Html Css Color HEX #0EECDF Bright Turquoise

📋 copy color: '#0EECDF'

red 14 ◦ green 236 ◦ blue 223

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

Shades of Bright Turquoise #0EECDF

Tints of Bright Turquoise #0EECDF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.89%

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 2.96%
G = 49.89%
B = 47.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#0EECDF (or 0x0EECDF) is known color: Bright Turquoise. HEX triplet: 0E, EC and DF. RGB value is (14,236,223). Sum of RGB (Red+Green+Blue) = 14+236+223=473 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.96% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #0EECDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EECDF is #F11320. Grayscale: #A7A7A7. Windows color (decimal): -15799073 or 14674958. OLE color: 14674958.

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

Color convert

RGB 14 236 223 -
CMYK 0.94 0 0.06 0.07
HSL 176.49º 0.89% 0.49% -
HSV(B) 176.49º 0.94% 0.93% -
XYZ 43.5 65.41 80.15 -
YUV 168.14 158.95 18.06 -
System Red Green Blue C M Y K H S L
Decimal 14 236 223 0.94 0 0.06 0.07 176.49 0.89 0.49
Hex E EC DF 5E 0 6 7 B0 59 31
Octal 16 354 337 136 0 6 7 260 131 61
Binary 1110 11101100 11011111 1011110 0 110 111 10110000 1011001 110001

Color Harmonies of #0EECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EECDF

Black with #0EECDF

Text Example


Text Example

White with #0EECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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