Html Css Color HEX #0FEFC9 Bright Turquoise

📋 copy color: '#0FEFC9'

red 15 ◦ green 239 ◦ blue 201

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

Shades of Bright Turquoise #0FEFC9

Tints of Bright Turquoise #0FEFC9

RGB

 RED value IS 15 (6.25% from 255) = 3.3%

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

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

R = 3.3%
G = 52.53%
B = 44.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#0FEFC9 (or 0x0FEFC9) is known color: Bright Turquoise. HEX triplet: 0F, EF and C9. RGB value is (15,239,201). Sum of RGB (Red+Green+Blue) = 15+239+201=455 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.30% from 455); Green value is 239 (93.75% from 255 or 52.53% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEFC9 is #F01036. Grayscale: #A7A7A7. Windows color (decimal): -15732791 or 13233935. OLE color: 13233935.

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

Color convert

RGB 15 239 201 -
CMYK 0.94 0 0.16 0.06
HSL 169.82º 0.88% 0.5% -
HSV(B) 169.82º 0.94% 0.94% -
XYZ 41.61 66.05 65.81 -
YUV 167.69 146.79 19.09 -
System Red Green Blue C M Y K H S L
Decimal 15 239 201 0.94 0 0.16 0.06 169.82 0.88 0.5
Hex F EF C9 5E 0 10 6 AA 58 32
Octal 17 357 311 136 0 20 6 252 130 62
Binary 1111 11101111 11001001 1011110 0 10000 110 10101010 1011000 110010

Color Harmonies of #0FEFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEFC9

Black with #0FEFC9

Text Example


Text Example

White with #0FEFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,239,201); }

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

background-color css

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

 a { background-color: rgb(15,239,201); }

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

border-color css

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

 span { border-color: rgb(15,239,201); }

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