Html Css Color HEX #0EFFD9 Bright Turquoise

📋 copy color: '#0EFFD9'

red 14 ◦ green 255 ◦ blue 217

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

Shades of Bright Turquoise #0EFFD9

Tints of Bright Turquoise #0EFFD9

RGB

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

 GREEN value IS 255 (100% from 255) = 52.47%

 BLUE value IS 217 (85.16% from 255) = 44.65%

R = 2.88%
G = 52.47%
B = 44.65%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#0EFFD9 (or 0x0EFFD9) is known color: Bright Turquoise. HEX triplet: 0E, FF and D9. RGB value is (14,255,217). Sum of RGB (Red+Green+Blue) = 14+255+217=486 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.88% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFFD9 is #F10026. Grayscale: #B2B2B2. Windows color (decimal): -15794215 or 14286606. OLE color: 14286606.

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

Color convert

RGB 14 255 217 -
CMYK 0.95 0 0.15 0
HSL 170.54º 1% 0.53% -
HSV(B) 170.54º 0.95% 1% -
XYZ 48.47 76.62 77.88 -
YUV 178.61 149.66 10.59 -
System Red Green Blue C M Y K H S L
Decimal 14 255 217 0.95 0 0.15 0 170.54 1 0.53
Hex E FF D9 5F 0 F 0 AB 64 35
Octal 16 377 331 137 0 17 0 253 144 65
Binary 1110 11111111 11011001 1011111 0 1111 0 10101011 1100100 110101

Color Harmonies of #0EFFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFFD9

Black with #0EFFD9

Text Example


Text Example

White with #0EFFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,255,217); }

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

background-color css

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

 a { background-color: rgb(14,255,217); }

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

border-color css

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

 span { border-color: rgb(14,255,217); }

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