#1DF0EE

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

Shades of Bright Turquoise #1DF0EE

Tints of Bright Turquoise #1DF0EE

Color information

#1DF0EE (or 0x1DF0EE) is unknown color: approx Bright Turquoise. HEX triplet: 1D, F0 and EE. RGB value is (29,240,238). Sum of RGB (Red+Green+Blue) = 29+240+238=507 (67% of max value = 765). Red value is 29 (11.72% from 255 or 5.72% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF0EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF0EE is #E20F11. Grayscale: #B0B0B0. Windows color (decimal): -14814994 or 15659037. OLE color: 15659037.

HSL color Cylindrical-coordinate representation of color #1DF0EE: hue angle of 179.43º 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 #1DF0EE is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB29240238-
CMYK0.8800.010.06
HSL179.43º87.55%52.75%-
HSV(B)179.43º87.92%94.12%-
XYZ47.168.7591.68-
YUV176.68162.622.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 5.72%
GREEN value IS 240 (94.14% from 255) = 47.34%
BLUE value IS 238 (93.36% from 255) = 46.94%
R=5.72%
G=47.34%
B=46.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal292402380.8800.010.06179.4387.5552.75
Hex1DF0EE58016b35835
Octal3536035613001626313065
Binary111011111000011101110101100001110101100111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DF0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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