Html Css Color HEX #0ECBDB Dark Turquoise

📋 copy color: '#0ECBDB'

red 14 ◦ green 203 ◦ blue 219

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

Shades of Dark Turquoise #0ECBDB

Tints of Dark Turquoise #0ECBDB

RGB

 RED value IS 14 (5.86% from 255) = 3.21%

 GREEN value IS 203 (79.69% from 255) = 46.56%

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

R = 3.21%
G = 46.56%
B = 50.23%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0ECBDB (or 0x0ECBDB) is known color: Dark Turquoise. HEX triplet: 0E, CB and DB. RGB value is (14,203,219). Sum of RGB (Red+Green+Blue) = 14+203+219=436 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.21% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #0ECBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECBDB is #F13424. Grayscale: #949494. Windows color (decimal): -15807525 or 14404366. OLE color: 14404366.

HSL color Cylindrical-coordinate representation of color #0ECBDB: hue angle of 184.68º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECBDB is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 203 219 -
CMYK 0.94 0.07 0 0.14
HSL 184.68º 0.88% 0.46% -
HSV(B) 184.68º 0.94% 0.86% -
XYZ 34.32 47.92 74.46 -
YUV 148.31 167.88 32.2 -
System Red Green Blue C M Y K H S L
Decimal 14 203 219 0.94 0.07 0 0.14 184.68 0.88 0.46
Hex E CB DB 5E 7 0 E B9 58 2E
Octal 16 313 333 136 7 0 16 271 130 56
Binary 1110 11001011 11011011 1011110 111 0 1110 10111001 1011000 101110

Color Harmonies of #0ECBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECBDB

Black with #0ECBDB

Text Example


Text Example

White with #0ECBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ECBDB; }

 p { color: rgb(14,203,219); }

 H1.HeaderClassName
 {
   color: #0ECBDB;
 }
 .AnyTagClassName
 {
   color: #0ECBDB;
 }
</style>

background-color css

<style>
 a { background-color: #0ECBDB; }

 a { background-color: rgb(14,203,219); }

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

border-color css

<style>
 span { border-color: #0ECBDB; }

 span { border-color: rgb(14,203,219); }

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