Html Css Color HEX #1CCCD5 Dark Turquoise

📋 copy color: '#1CCCD5'

red 28 ◦ green 204 ◦ blue 213

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

Shades of Dark Turquoise #1CCCD5

Tints of Dark Turquoise #1CCCD5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.84%

 BLUE value IS 213 (83.59% from 255) = 47.87%

R = 6.29%
G = 45.84%
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

#1CCCD5 (or 0x1CCCD5) is known color: Dark Turquoise. HEX triplet: 1C, CC and D5. RGB value is (28,204,213). Sum of RGB (Red+Green+Blue) = 28+204+213=445 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.29% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 213 - color contains mainly: blue. Hex color #1CCCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCCD5 is #E3332A. Grayscale: #989898. Windows color (decimal): -14889771 or 14011420. OLE color: 14011420.

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

Color convert

RGB 28 204 213 -
CMYK 0.87 0.04 0 0.16
HSL 182.92º 0.77% 0.47% -
HSV(B) 182.92º 0.87% 0.84% -
XYZ 34.08 48.24 70.47 -
YUV 152.4 162.19 39.27 -
System Red Green Blue C M Y K H S L
Decimal 28 204 213 0.87 0.04 0 0.16 182.92 0.77 0.47
Hex 1C CC D5 57 4 0 10 B7 4D 2F
Octal 34 314 325 127 4 0 20 267 115 57
Binary 11100 11001100 11010101 1010111 100 0 10000 10110111 1001101 101111

Color Harmonies of #1CCCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCD5

Black with #1CCCD5

Text Example


Text Example

White with #1CCCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,204,213); }

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

background-color css

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

 a { background-color: rgb(28,204,213); }

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

border-color css

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

 span { border-color: rgb(28,204,213); }

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