Html Css Color HEX #1CCED6 Dark Turquoise

📋 copy color: '#1CCED6'

red 28 ◦ green 206 ◦ blue 214

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

Shades of Dark Turquoise #1CCED6

Tints of Dark Turquoise #1CCED6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.98%

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

R = 6.25%
G = 45.98%
B = 47.77%

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

#1CCED6 (or 0x1CCED6) is known color: Dark Turquoise. HEX triplet: 1C, CE and D6. RGB value is (28,206,214). Sum of RGB (Red+Green+Blue) = 28+206+214=448 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.25% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 214 - color contains mainly: blue. Hex color #1CCED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCED6 is #E33129. Grayscale: #999999. Windows color (decimal): -14889258 or 14077468. OLE color: 14077468.

HSL color Cylindrical-coordinate representation of color #1CCED6: hue angle of 182.58º 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 #1CCED6 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 28 206 214 -
CMYK 0.87 0.04 0 0.16
HSL 182.58º 0.77% 0.47% -
HSV(B) 182.58º 0.87% 0.84% -
XYZ 34.69 49.24 71.3 -
YUV 153.69 162.03 38.35 -
System Red Green Blue C M Y K H S L
Decimal 28 206 214 0.87 0.04 0 0.16 182.58 0.77 0.47
Hex 1C CE D6 57 4 0 10 B7 4D 2F
Octal 34 316 326 127 4 0 20 267 115 57
Binary 11100 11001110 11010110 1010111 100 0 10000 10110111 1001101 101111

Color Harmonies of #1CCED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCED6

Black with #1CCED6

Text Example


Text Example

White with #1CCED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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