Html Css Color HEX #1CCDD6 Dark Turquoise

📋 copy color: '#1CCDD6'

red 28 ◦ green 205 ◦ blue 214

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

Shades of Dark Turquoise #1CCDD6

Tints of Dark Turquoise #1CCDD6

RGB

 RED value IS 28 (11.33% from 255) = 6.26%

 GREEN value IS 205 (80.47% from 255) = 45.86%

 BLUE value IS 214 (83.98% from 255) = 47.87%

R = 6.26%
G = 45.86%
B = 47.87%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1CCDD6 (or 0x1CCDD6) is known color: Dark Turquoise. HEX triplet: 1C, CD and D6. RGB value is (28,205,214). Sum of RGB (Red+Green+Blue) = 28+205+214=447 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.26% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #1CCDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCDD6 is #E33229. Grayscale: #989898. Windows color (decimal): -14889514 or 14077212. OLE color: 14077212.

HSL color Cylindrical-coordinate representation of color #1CCDD6: hue angle of 182.9º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CCDD6 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 28 205 214 -
CMYK 0.87 0.04 0 0.16
HSL 182.9º 0.77% 0.47% -
HSV(B) 182.9º 0.87% 0.84% -
XYZ 34.45 48.76 71.22 -
YUV 153.1 162.36 38.77 -
System Red Green Blue C M Y K H S L
Decimal 28 205 214 0.87 0.04 0 0.16 182.9 0.77 0.47
Hex 1C CD D6 57 4 0 10 B7 4D 2F
Octal 34 315 326 127 4 0 20 267 115 57
Binary 11100 11001101 11010110 1010111 100 0 10000 10110111 1001101 101111

Color Harmonies of #1CCDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCDD6

Black with #1CCDD6

Text Example


Text Example

White with #1CCDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,205,214); }

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

background-color css

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

 a { background-color: rgb(28,205,214); }

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

border-color css

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

 span { border-color: rgb(28,205,214); }

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