Html Css Color HEX #0ECFE6 Dark Turquoise

📋 copy color: '#0ECFE6'

red 14 ◦ green 207 ◦ blue 230

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

Shades of Dark Turquoise #0ECFE6

Tints of Dark Turquoise #0ECFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51%

R = 3.1%
G = 45.9%
B = 51%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0ECFE6 (or 0x0ECFE6) is known color: Dark Turquoise. HEX triplet: 0E, CF and E6. RGB value is (14,207,230). Sum of RGB (Red+Green+Blue) = 14+207+230=451 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.10% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 230 (90.23% from 255 or 51.00% from 451); Max value from RGB is 230 - color contains mainly: blue. Hex color #0ECFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECFE6 is #F13019. Grayscale: #979797. Windows color (decimal): -15806490 or 15126286. OLE color: 15126286.

HSL color Cylindrical-coordinate representation of color #0ECFE6: hue angle of 186.39º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECFE6 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 14 207 230 -
CMYK 0.94 0.10 0 0.10
HSL 186.39º 0.89% 0.48% -
HSV(B) 186.39º 0.94% 0.9% -
XYZ 36.78 50.43 82.66 -
YUV 151.92 172.06 29.63 -
System Red Green Blue C M Y K H S L
Decimal 14 207 230 0.94 0.10 0 0.10 186.39 0.89 0.48
Hex E CF E6 5E A 0 A BA 59 30
Octal 16 317 346 136 12 0 12 272 131 60
Binary 1110 11001111 11100110 1011110 1010 0 1010 10111010 1011001 110000

Color Harmonies of #0ECFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECFE6

Black with #0ECFE6

Text Example


Text Example

White with #0ECFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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