Html Css Color HEX #0EEFCD Bright Turquoise

📋 copy color: '#0EEFCD'

red 14 ◦ green 239 ◦ blue 205

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

Shades of Bright Turquoise #0EEFCD

Tints of Bright Turquoise #0EEFCD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.18%

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 3.06%
G = 52.18%
B = 44.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#0EEFCD (or 0x0EEFCD) is known color: Bright Turquoise. HEX triplet: 0E, EF and CD. RGB value is (14,239,205). Sum of RGB (Red+Green+Blue) = 14+239+205=458 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEFCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEFCD is #F11032. Grayscale: #A7A7A7. Windows color (decimal): -15798323 or 13496078. OLE color: 13496078.

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

Color convert

RGB 14 239 205 -
CMYK 0.94 0 0.14 0.06
HSL 170.93º 0.89% 0.5% -
HSV(B) 170.93º 0.94% 0.94% -
XYZ 42.07 66.23 68.32 -
YUV 167.85 148.96 18.26 -
System Red Green Blue C M Y K H S L
Decimal 14 239 205 0.94 0 0.14 0.06 170.93 0.89 0.5
Hex E EF CD 5E 0 E 6 AB 59 32
Octal 16 357 315 136 0 16 6 253 131 62
Binary 1110 11101111 11001101 1011110 0 1110 110 10101011 1011001 110010

Color Harmonies of #0EEFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEFCD

Black with #0EEFCD

Text Example


Text Example

White with #0EEFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,239,205); }

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

background-color css

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

 a { background-color: rgb(14,239,205); }

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

border-color css

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

 span { border-color: rgb(14,239,205); }

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