Html Css Color HEX #1DF0E9 Bright Turquoise

📋 copy color: '#1DF0E9'

red 29 ◦ green 240 ◦ blue 233

#1DF0E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #1DF0E9

Tints of Bright Turquoise #1DF0E9

RGB

 RED value IS 29 (11.72% from 255) = 5.78%

 GREEN value IS 240 (94.14% from 255) = 47.81%

 BLUE value IS 233 (91.41% from 255) = 46.41%

R = 5.78%
G = 47.81%
B = 46.41%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#1DF0E9 (or 0x1DF0E9) is known color: Bright Turquoise. HEX triplet: 1D, F0 and E9. RGB value is (29,240,233). Sum of RGB (Red+Green+Blue) = 29+240+233=502 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.78% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF0E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF0E9 is #E20F16. Grayscale: #AFAFAF. Windows color (decimal): -14814999 or 15331357. OLE color: 15331357.

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

Color convert

RGB 29 240 233 -
CMYK 0.88 0 0.03 0.06
HSL 178.01º 0.88% 0.53% -
HSV(B) 178.01º 0.88% 0.94% -
XYZ 46.37 68.46 87.86 -
YUV 176.11 160.1 23.07 -
System Red Green Blue C M Y K H S L
Decimal 29 240 233 0.88 0 0.03 0.06 178.01 0.88 0.53
Hex 1D F0 E9 58 0 3 6 B2 58 35
Octal 35 360 351 130 0 3 6 262 130 65
Binary 11101 11110000 11101001 1011000 0 11 110 10110010 1011000 110101

Color Harmonies of #1DF0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF0E9

Black with #1DF0E9

Text Example


Text Example

White with #1DF0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DF0E9;
 }
 .AnyTagClassName
 {
   color: #1DF0E9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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