Html Css Color HEX #1CD0DB Dark Turquoise

📋 copy color: '#1CD0DB'

red 28 ◦ green 208 ◦ blue 219

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

Shades of Dark Turquoise #1CD0DB

Tints of Dark Turquoise #1CD0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.71%

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 6.15%
G = 45.71%
B = 48.13%

CMYK

 C value IS 0.87

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1CD0DB (or 0x1CD0DB) is known color: Dark Turquoise. HEX triplet: 1C, D0 and DB. RGB value is (28,208,219). Sum of RGB (Red+Green+Blue) = 28+208+219=455 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.15% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #1CD0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD0DB is #E32F24. Grayscale: #9B9B9B. Windows color (decimal): -14888741 or 14405660. OLE color: 14405660.

HSL color Cylindrical-coordinate representation of color #1CD0DB: hue angle of 183.46º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD0DB is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 208 219 -
CMYK 0.87 0.05 0 0.14
HSL 183.46º 0.77% 0.48% -
HSV(B) 183.46º 0.87% 0.86% -
XYZ 35.82 50.47 74.87 -
YUV 155.43 163.87 37.11 -
System Red Green Blue C M Y K H S L
Decimal 28 208 219 0.87 0.05 0 0.14 183.46 0.77 0.48
Hex 1C D0 DB 57 5 0 E B7 4D 30
Octal 34 320 333 127 5 0 16 267 115 60
Binary 11100 11010000 11011011 1010111 101 0 1110 10110111 1001101 110000

Color Harmonies of #1CD0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD0DB

Black with #1CD0DB

Text Example


Text Example

White with #1CD0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,208,219); }

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

background-color css

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

 a { background-color: rgb(28,208,219); }

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

border-color css

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

 span { border-color: rgb(28,208,219); }

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