Html Css Color HEX #1DEDC9 Bright Turquoise

📋 copy color: '#1DEDC9'

red 29 ◦ green 237 ◦ blue 201

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

Shades of Bright Turquoise #1DEDC9

Tints of Bright Turquoise #1DEDC9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.75%

 BLUE value IS 201 (78.91% from 255) = 43.04%

R = 6.21%
G = 50.75%
B = 43.04%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#1DEDC9 (or 0x1DEDC9) is known color: Bright Turquoise. HEX triplet: 1D, ED and C9. RGB value is (29,237,201). Sum of RGB (Red+Green+Blue) = 29+237+201=467 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.21% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #1DEDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEDC9 is #E21236. Grayscale: #AAAAAA. Windows color (decimal): -14815799 or 13233437. OLE color: 13233437.

HSL color Cylindrical-coordinate representation of color #1DEDC9: hue angle of 169.62º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEDC9 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 237 201 -
CMYK 0.88 0 0.15 0.07
HSL 169.62º 0.85% 0.52% -
HSV(B) 169.62º 0.88% 0.93% -
XYZ 41.33 65.05 65.64 -
YUV 170.7 145.09 26.93 -
System Red Green Blue C M Y K H S L
Decimal 29 237 201 0.88 0 0.15 0.07 169.62 0.85 0.52
Hex 1D ED C9 58 0 F 7 AA 55 34
Octal 35 355 311 130 0 17 7 252 125 64
Binary 11101 11101101 11001001 1011000 0 1111 111 10101010 1010101 110100

Color Harmonies of #1DEDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEDC9

Black with #1DEDC9

Text Example


Text Example

White with #1DEDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,237,201); }

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

background-color css

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

 a { background-color: rgb(29,237,201); }

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

border-color css

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

 span { border-color: rgb(29,237,201); }

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