Html Css Color HEX #0EFECC Bright Turquoise

📋 copy color: '#0EFECC'

red 14 ◦ green 254 ◦ blue 204

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

Shades of Bright Turquoise #0EFECC

Tints of Bright Turquoise #0EFECC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.81%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 2.97%
G = 53.81%
B = 43.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#0EFECC (or 0x0EFECC) is known color: Bright Turquoise. HEX triplet: 0E, FE and CC. RGB value is (14,254,204). Sum of RGB (Red+Green+Blue) = 14+254+204=472 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.97% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFECC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFECC is #F10133. Grayscale: #B0B0B0. Windows color (decimal): -15794484 or 13434382. OLE color: 13434382.

HSL color Cylindrical-coordinate representation of color #0EFECC: hue angle of 167.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFECC is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 14 254 204 -
CMYK 0.94 0 0.20 0.00
HSL 167.5º 0.99% 0.53% -
HSV(B) 167.5º 0.94% 1% -
XYZ 46.52 75.34 69.22 -
YUV 176.54 143.49 12.07 -
System Red Green Blue C M Y K H S L
Decimal 14 254 204 0.94 0 0.20 0.00 167.5 0.99 0.53
Hex E FE CC 5E 0 14 0 A8 63 35
Octal 16 376 314 136 0 24 0 250 143 65
Binary 1110 11111110 11001100 1011110 0 10100 0 10101000 1100011 110101

Color Harmonies of #0EFECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFECC

Black with #0EFECC

Text Example


Text Example

White with #0EFECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,254,204); }

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

background-color css

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

 a { background-color: rgb(14,254,204); }

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

border-color css

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

 span { border-color: rgb(14,254,204); }

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