Html Css Color HEX #0EFFC9 Bright Turquoise

📋 copy color: '#0EFFC9'

red 14 ◦ green 255 ◦ blue 201

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

Shades of Bright Turquoise #0EFFC9

Tints of Bright Turquoise #0EFFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.77%

R = 2.98%
G = 54.26%
B = 42.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#0EFFC9 (or 0x0EFFC9) is known color: Bright Turquoise. HEX triplet: 0E, FF and C9. RGB value is (14,255,201). Sum of RGB (Red+Green+Blue) = 14+255+201=470 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.98% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFFC9 is #F10036. Grayscale: #B0B0B0. Windows color (decimal): -15794231 or 13238030. OLE color: 13238030.

HSL color Cylindrical-coordinate representation of color #0EFFC9: hue angle of 166.56º 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 #0EFFC9 is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 14 255 201 -
CMYK 0.95 0 0.21 0
HSL 166.56º 1% 0.53% -
HSV(B) 166.56º 0.95% 1% -
XYZ 46.48 75.83 67.45 -
YUV 176.79 141.66 11.89 -
System Red Green Blue C M Y K H S L
Decimal 14 255 201 0.95 0 0.21 0 166.56 1 0.53
Hex E FF C9 5F 0 15 0 A7 64 35
Octal 16 377 311 137 0 25 0 247 144 65
Binary 1110 11111111 11001001 1011111 0 10101 0 10100111 1100100 110101

Color Harmonies of #0EFFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFFC9

Black with #0EFFC9

Text Example


Text Example

White with #0EFFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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