Html Css Color HEX #1DF1E9 Bright Turquoise

📋 copy color: '#1DF1E9'

red 29 ◦ green 241 ◦ blue 233

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

Shades of Bright Turquoise #1DF1E9

Tints of Bright Turquoise #1DF1E9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.91%

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

R = 5.77%
G = 47.91%
B = 46.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#1DF1E9 (or 0x1DF1E9) is known color: Bright Turquoise. HEX triplet: 1D, F1 and E9. RGB value is (29,241,233). Sum of RGB (Red+Green+Blue) = 29+241+233=503 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.77% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF1E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF1E9 is #E20E16. Grayscale: #B0B0B0. Windows color (decimal): -14814743 or 15331613. OLE color: 15331613.

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

Color convert

RGB 29 241 233 -
CMYK 0.88 0 0.03 0.05
HSL 177.74º 0.88% 0.53% -
HSV(B) 177.74º 0.88% 0.95% -
XYZ 46.67 69.06 87.96 -
YUV 176.7 159.76 22.65 -
System Red Green Blue C M Y K H S L
Decimal 29 241 233 0.88 0 0.03 0.05 177.74 0.88 0.53
Hex 1D F1 E9 58 0 3 5 B2 58 35
Octal 35 361 351 130 0 3 5 262 130 65
Binary 11101 11110001 11101001 1011000 0 11 101 10110010 1011000 110101

Color Harmonies of #1DF1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF1E9

Black with #1DF1E9

Text Example


Text Example

White with #1DF1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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