Html Css Color HEX #00C1DB Dark Turquoise

📋 copy color: '#00C1DB'

red 0 ◦ green 193 ◦ blue 219

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

Shades of Dark Turquoise #00C1DB

Tints of Dark Turquoise #00C1DB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 193 (75.78% from 255) = 46.84%

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

R = 0%
G = 46.84%
B = 53.16%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#00C1DB (or 0x00C1DB) is known color: Dark Turquoise. HEX triplet: 00, C1 and DB. RGB value is (0,193,219). Sum of RGB (Red+Green+Blue) = 0+193+219=412 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #00C1DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C1DB is #FF3E24. Grayscale: #898989. Windows color (decimal): -16727589 or 14401792. OLE color: 14401792.

HSL color Cylindrical-coordinate representation of color #00C1DB: hue angle of 187.12º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C1DB is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 193 219 -
CMYK 1 0.12 0 0.14
HSL 187.12º 1% 0.43% -
HSV(B) 187.12º 1% 0.86% -
XYZ 31.86 43.25 73.69 -
YUV 138.26 173.56 29.39 -
System Red Green Blue C M Y K H S L
Decimal 0 193 219 1 0.12 0 0.14 187.12 1 0.43
Hex 0 C1 DB 64 C 0 E BB 64 2B
Octal 0 301 333 144 14 0 16 273 144 53
Binary 0 11000001 11011011 1100100 1100 0 1110 10111011 1100100 101011

Color Harmonies of #00C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C1DB

Black with #00C1DB

Text Example


Text Example

White with #00C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00C1DB; }

 p { color: rgb(0,193,219); }

 H1.HeaderClassName
 {
   color: #00C1DB;
 }
 .AnyTagClassName
 {
   color: #00C1DB;
 }
</style>

background-color css

<style>
 a { background-color: #00C1DB; }

 a { background-color: rgb(0,193,219); }

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

border-color css

<style>
 span { border-color: #00C1DB; }

 span { border-color: rgb(0,193,219); }

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