#1DEFF0

Color #1DEFF0 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #1DEFF0

Tints of Bright Turquoise #1DEFF0

Color information

#1DEFF0 (or 0x1DEFF0) is unknown color: approx Bright Turquoise. HEX triplet: 1D, EF and F0. RGB value is (29,239,240). Sum of RGB (Red+Green+Blue) = 29+239+240=508 (67% of max value = 765). Red value is 29 (11.72% from 255 or 5.71% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #1DEFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DEFF0 is #E2100F. Grayscale: #B0B0B0. Windows color (decimal): -14815248 or 15789853. OLE color: 15789853.

HSL color Cylindrical-coordinate representation of color #1DEFF0: hue angle of 180.28º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEFF0 is Cyan = 0.88, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB29239240-
CMYK0.880.0000.06
HSL180.28º87.55%52.75%-
HSV(B)180.28º87.92%94.12%-
XYZ47.168.2993.14-
YUV176.32163.9322.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 5.71%
GREEN value IS 239 (93.75% from 255) = 47.05%
BLUE value IS 240 (94.14% from 255) = 47.24%
R=5.71%
G=47.05%
B=47.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal292392400.880.0000.06180.2887.5552.75
Hex1DEFF058006b45835
Octal3535736013000626413065
Binary111011110111111110000101100000110101101001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DEFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DEFF0; }

 p { color: rgb(29,239,240); }

 H1.HeaderClassName
 {
   color: #1DEFF0;
 }
 .AnyTagClassName
 {
   color: #1DEFF0;
 }
</style>
background-color css

<style>
 a { background-color: #1DEFF0; }

 a { background-color: rgb(29,239,240); }

 div.DivClassName
 {
   background-color: #1DEFF0;
 }
 .BgClassName
 {
   background-color: #1DEFF0;
 }
</style>
border-color css

<style>
 span { border-color: #1DEFF0; }

 span { border-color: rgb(29,239,240); }

 td.TdClassName
 {
   border-color: #1DEFF0;
 }
 .TagClassName
 {
   border-color: #1DEFF0;
 }
</style>