Html Css Color HEX #1DF9D7 Bright Turquoise

📋 copy color: '#1DF9D7'

red 29 ◦ green 249 ◦ blue 215

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

Shades of Bright Turquoise #1DF9D7

Tints of Bright Turquoise #1DF9D7

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.51%

 BLUE value IS 215 (84.38% from 255) = 43.61%

R = 5.88%
G = 50.51%
B = 43.61%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#1DF9D7 (or 0x1DF9D7) is known color: Bright Turquoise. HEX triplet: 1D, F9 and D7. RGB value is (29,249,215). Sum of RGB (Red+Green+Blue) = 29+249+215=493 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.88% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF9D7 is #E20628. Grayscale: #B3B3B3. Windows color (decimal): -14812713 or 14154013. OLE color: 14154013.

HSL color Cylindrical-coordinate representation of color #1DF9D7: hue angle of 170.73º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF9D7 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 249 215 -
CMYK 0.88 0 0.14 0.02
HSL 170.73º 0.95% 0.55% -
HSV(B) 170.73º 0.88% 0.98% -
XYZ 46.65 72.92 75.91 -
YUV 179.34 148.11 20.76 -
System Red Green Blue C M Y K H S L
Decimal 29 249 215 0.88 0 0.14 0.02 170.73 0.95 0.55
Hex 1D F9 D7 58 0 E 2 AB 5F 37
Octal 35 371 327 130 0 16 2 253 137 67
Binary 11101 11111001 11010111 1011000 0 1110 10 10101011 1011111 110111

Color Harmonies of #1DF9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF9D7

Black with #1DF9D7

Text Example


Text Example

White with #1DF9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,249,215); }

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

background-color css

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

 a { background-color: rgb(29,249,215); }

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

border-color css

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

 span { border-color: rgb(29,249,215); }

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