Html Css Color HEX #0EF5CC Bright Turquoise

📋 copy color: '#0EF5CC'

red 14 ◦ green 245 ◦ blue 204

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

Shades of Bright Turquoise #0EF5CC

Tints of Bright Turquoise #0EF5CC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.92%

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

R = 3.02%
G = 52.92%
B = 44.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#0EF5CC (or 0x0EF5CC) is known color: Bright Turquoise. HEX triplet: 0E, F5 and CC. RGB value is (14,245,204). Sum of RGB (Red+Green+Blue) = 14+245+204=463 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.02% from 463); Green value is 245 (96.09% from 255 or 52.92% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 245 - color contains mainly: green. Hex color #0EF5CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EF5CC is #F10A33. Grayscale: #ABABAB. Windows color (decimal): -15796788 or 13432078. OLE color: 13432078.

HSL color Cylindrical-coordinate representation of color #0EF5CC: hue angle of 169.35º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF5CC is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 14 245 204 -
CMYK 0.94 0 0.17 0.04
HSL 169.35º 0.92% 0.51% -
HSV(B) 169.35º 0.94% 0.96% -
XYZ 43.73 69.76 68.29 -
YUV 171.26 146.47 15.83 -
System Red Green Blue C M Y K H S L
Decimal 14 245 204 0.94 0 0.17 0.04 169.35 0.92 0.51
Hex E F5 CC 5E 0 11 4 A9 5C 33
Octal 16 365 314 136 0 21 4 251 134 63
Binary 1110 11110101 11001100 1011110 0 10001 100 10101001 1011100 110011

Color Harmonies of #0EF5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF5CC

Black with #0EF5CC

Text Example


Text Example

White with #0EF5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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