Html Css Color HEX #1DECC2 Bright Turquoise

📋 copy color: '#1DECC2'

red 29 ◦ green 236 ◦ blue 194

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

Shades of Bright Turquoise #1DECC2

Tints of Bright Turquoise #1DECC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.27%

R = 6.32%
G = 51.42%
B = 42.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#1DECC2 (or 0x1DECC2) is known color: Bright Turquoise. HEX triplet: 1D, EC and C2. RGB value is (29,236,194). Sum of RGB (Red+Green+Blue) = 29+236+194=459 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.32% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DECC2 is #E2133D. Grayscale: #A9A9A9. Windows color (decimal): -14816062 or 12774429. OLE color: 12774429.

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

Color convert

RGB 29 236 194 -
CMYK 0.88 0 0.18 0.07
HSL 167.83º 0.84% 0.52% -
HSV(B) 167.83º 0.88% 0.93% -
XYZ 40.24 64.15 61.3 -
YUV 169.32 141.92 27.92 -
System Red Green Blue C M Y K H S L
Decimal 29 236 194 0.88 0 0.18 0.07 167.83 0.84 0.52
Hex 1D EC C2 58 0 12 7 A8 54 34
Octal 35 354 302 130 0 22 7 250 124 64
Binary 11101 11101100 11000010 1011000 0 10010 111 10101000 1010100 110100

Color Harmonies of #1DECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DECC2

Black with #1DECC2

Text Example


Text Example

White with #1DECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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