Html Css Color HEX #0ECBD7 Dark Turquoise

📋 copy color: '#0ECBD7'

red 14 ◦ green 203 ◦ blue 215

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

Shades of Dark Turquoise #0ECBD7

Tints of Dark Turquoise #0ECBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.77%

R = 3.24%
G = 46.99%
B = 49.77%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0ECBD7 (or 0x0ECBD7) is known color: Dark Turquoise. HEX triplet: 0E, CB and D7. RGB value is (14,203,215). Sum of RGB (Red+Green+Blue) = 14+203+215=432 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.24% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 215 (84.38% from 255 or 49.77% from 432); Max value from RGB is 215 - color contains mainly: blue. Hex color #0ECBD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECBD7 is #F13428. Grayscale: #939393. Windows color (decimal): -15807529 or 14142222. OLE color: 14142222.

HSL color Cylindrical-coordinate representation of color #0ECBD7: hue angle of 183.58º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECBD7 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 203 215 -
CMYK 0.93 0.06 0 0.16
HSL 183.58º 0.88% 0.45% -
HSV(B) 183.58º 0.93% 0.84% -
XYZ 33.8 47.71 71.72 -
YUV 147.86 165.88 32.52 -
System Red Green Blue C M Y K H S L
Decimal 14 203 215 0.93 0.06 0 0.16 183.58 0.88 0.45
Hex E CB D7 5D 6 0 10 B8 58 2D
Octal 16 313 327 135 6 0 20 270 130 55
Binary 1110 11001011 11010111 1011101 110 0 10000 10111000 1011000 101101

Color Harmonies of #0ECBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECBD7

Black with #0ECBD7

Text Example


Text Example

White with #0ECBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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