Html Css Color HEX #0ECFDB Dark Turquoise

📋 copy color: '#0ECFDB'

red 14 ◦ green 207 ◦ blue 219

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

Shades of Dark Turquoise #0ECFDB

Tints of Dark Turquoise #0ECFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.05%

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

R = 3.18%
G = 47.05%
B = 49.77%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0ECFDB (or 0x0ECFDB) is known color: Dark Turquoise. HEX triplet: 0E, CF and DB. RGB value is (14,207,219). Sum of RGB (Red+Green+Blue) = 14+207+219=440 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.18% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #0ECFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECFDB is #F13024. Grayscale: #969696. Windows color (decimal): -15806501 or 14405390. OLE color: 14405390.

HSL color Cylindrical-coordinate representation of color #0ECFDB: hue angle of 183.51º 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 #0ECFDB is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 207 219 -
CMYK 0.94 0.05 0 0.14
HSL 183.51º 0.88% 0.46% -
HSV(B) 183.51º 0.94% 0.86% -
XYZ 35.28 49.83 74.78 -
YUV 150.66 166.56 30.52 -
System Red Green Blue C M Y K H S L
Decimal 14 207 219 0.94 0.05 0 0.14 183.51 0.88 0.46
Hex E CF DB 5E 5 0 E B8 58 2E
Octal 16 317 333 136 5 0 16 270 130 56
Binary 1110 11001111 11011011 1011110 101 0 1110 10111000 1011000 101110

Color Harmonies of #0ECFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECFDB

Black with #0ECFDB

Text Example


Text Example

White with #0ECFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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