Html Css Color HEX #0EF2C6 Bright Turquoise

📋 copy color: '#0EF2C6'

red 14 ◦ green 242 ◦ blue 198

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

Shades of Bright Turquoise #0EF2C6

Tints of Bright Turquoise #0EF2C6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.3%

 BLUE value IS 198 (77.73% from 255) = 43.61%

R = 3.08%
G = 53.3%
B = 43.61%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#0EF2C6 (or 0x0EF2C6) is known color: Bright Turquoise. HEX triplet: 0E, F2 and C6. RGB value is (14,242,198). Sum of RGB (Red+Green+Blue) = 14+242+198=454 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.08% from 454); Green value is 242 (94.92% from 255 or 53.30% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 242 - color contains mainly: green. Hex color #0EF2C6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EF2C6 is #F10D39. Grayscale: #A8A8A8. Windows color (decimal): -15797562 or 13038094. OLE color: 13038094.

HSL color Cylindrical-coordinate representation of color #0EF2C6: hue angle of 168.42º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF2C6 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 14 242 198 -
CMYK 0.94 0 0.18 0.05
HSL 168.42º 0.9% 0.5% -
HSV(B) 168.42º 0.94% 0.95% -
XYZ 42.13 67.67 64.27 -
YUV 168.81 144.46 17.58 -
System Red Green Blue C M Y K H S L
Decimal 14 242 198 0.94 0 0.18 0.05 168.42 0.9 0.5
Hex E F2 C6 5E 0 12 5 A8 5A 32
Octal 16 362 306 136 0 22 5 250 132 62
Binary 1110 11110010 11000110 1011110 0 10010 101 10101000 1011010 110010

Color Harmonies of #0EF2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF2C6

Black with #0EF2C6

Text Example


Text Example

White with #0EF2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,242,198); }

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

background-color css

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

 a { background-color: rgb(14,242,198); }

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

border-color css

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

 span { border-color: rgb(14,242,198); }

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