Html Css Color HEX #0EDCEC Bright Turquoise

📋 copy color: '#0EDCEC'

red 14 ◦ green 220 ◦ blue 236

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

Shades of Bright Turquoise #0EDCEC

Tints of Bright Turquoise #0EDCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.81%

 BLUE value IS 236 (92.58% from 255) = 50.21%

R = 2.98%
G = 46.81%
B = 50.21%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0EDCEC (or 0x0EDCEC) is known color: Bright Turquoise. HEX triplet: 0E, DC and EC. RGB value is (14,220,236). Sum of RGB (Red+Green+Blue) = 14+220+236=470 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.98% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #0EDCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDCEC is #F12313. Grayscale: #9F9F9F. Windows color (decimal): -15803156 or 15522830. OLE color: 15522830.

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

Color convert

RGB 14 220 236 -
CMYK 0.94 0.07 0 0.07
HSL 184.32º 0.89% 0.49% -
HSV(B) 184.32º 0.94% 0.93% -
XYZ 40.91 57.34 88.27 -
YUV 160.23 170.75 23.7 -
System Red Green Blue C M Y K H S L
Decimal 14 220 236 0.94 0.07 0 0.07 184.32 0.89 0.49
Hex E DC EC 5E 7 0 7 B8 59 31
Octal 16 334 354 136 7 0 7 270 131 61
Binary 1110 11011100 11101100 1011110 111 0 111 10111000 1011001 110001

Color Harmonies of #0EDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDCEC

Black with #0EDCEC

Text Example


Text Example

White with #0EDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,220,236); }

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

background-color css

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

 a { background-color: rgb(14,220,236); }

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

border-color css

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

 span { border-color: rgb(14,220,236); }

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