Html Css Color HEX #1DECC7 Bright Turquoise

📋 copy color: '#1DECC7'

red 29 ◦ green 236 ◦ blue 199

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

Shades of Bright Turquoise #1DECC7

Tints of Bright Turquoise #1DECC7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.86%

 BLUE value IS 199 (78.13% from 255) = 42.89%

R = 6.25%
G = 50.86%
B = 42.89%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#1DECC7 (or 0x1DECC7) is known color: Bright Turquoise. HEX triplet: 1D, EC and C7. RGB value is (29,236,199). Sum of RGB (Red+Green+Blue) = 29+236+199=464 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.25% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DECC7 is #E21338. Grayscale: #A9A9A9. Windows color (decimal): -14816057 or 13102109. OLE color: 13102109.

HSL color Cylindrical-coordinate representation of color #1DECC7: hue angle of 169.28º degrees, saturation: 0.84, 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 #1DECC7 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 236 199 -
CMYK 0.88 0 0.16 0.07
HSL 169.28º 0.84% 0.52% -
HSV(B) 169.28º 0.88% 0.93% -
XYZ 40.81 64.38 64.31 -
YUV 169.89 144.42 27.51 -
System Red Green Blue C M Y K H S L
Decimal 29 236 199 0.88 0 0.16 0.07 169.28 0.84 0.52
Hex 1D EC C7 58 0 10 7 A9 54 34
Octal 35 354 307 130 0 20 7 251 124 64
Binary 11101 11101100 11000111 1011000 0 10000 111 10101001 1010100 110100

Color Harmonies of #1DECC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DECC7

Black with #1DECC7

Text Example


Text Example

White with #1DECC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,236,199); }

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

background-color css

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

 a { background-color: rgb(29,236,199); }

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

border-color css

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

 span { border-color: rgb(29,236,199); }

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