Html Css Color HEX #0EEFE7 Bright Turquoise

📋 copy color: '#0EEFE7'

red 14 ◦ green 239 ◦ blue 231

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

Shades of Bright Turquoise #0EEFE7

Tints of Bright Turquoise #0EEFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.73%

R = 2.89%
G = 49.38%
B = 47.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#0EEFE7 (or 0x0EEFE7) is known color: Bright Turquoise. HEX triplet: 0E, EF and E7. RGB value is (14,239,231). Sum of RGB (Red+Green+Blue) = 14+239+231=484 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.89% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 231 (90.62% from 255 or 47.73% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEFE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEFE7 is #F11018. Grayscale: #AAAAAA. Windows color (decimal): -15798297 or 15200014. OLE color: 15200014.

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

Color convert

RGB 14 239 231 -
CMYK 0.94 0 0.03 0.06
HSL 177.87º 0.89% 0.5% -
HSV(B) 177.87º 0.94% 0.94% -
XYZ 45.47 67.6 86.25 -
YUV 170.81 161.96 16.15 -
System Red Green Blue C M Y K H S L
Decimal 14 239 231 0.94 0 0.03 0.06 177.87 0.89 0.5
Hex E EF E7 5E 0 3 6 B2 59 32
Octal 16 357 347 136 0 3 6 262 131 62
Binary 1110 11101111 11100111 1011110 0 11 110 10110010 1011001 110010

Color Harmonies of #0EEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEFE7

Black with #0EEFE7

Text Example


Text Example

White with #0EEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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