Html Css Color HEX #0FF8EC Bright Turquoise

📋 copy color: '#0FF8EC'

red 15 ◦ green 248 ◦ blue 236

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

Shades of Bright Turquoise #0FF8EC

Tints of Bright Turquoise #0FF8EC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.7%

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 3.01%
G = 49.7%
B = 47.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#0FF8EC (or 0x0FF8EC) is known color: Bright Turquoise. HEX triplet: 0F, F8 and EC. RGB value is (15,248,236). Sum of RGB (Red+Green+Blue) = 15+248+236=499 (66% of max value = 765). Red value is 15 (6.25% from 255 or 3.01% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #0FF8EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FF8EC is #F00713. Grayscale: #B0B0B0. Windows color (decimal): -15730452 or 15529999. OLE color: 15529999.

HSL color Cylindrical-coordinate representation of color #0FF8EC: hue angle of 176.91º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF8EC is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 15 248 236 -
CMYK 0.94 0 0.05 0.03
HSL 176.91º 0.94% 0.52% -
HSV(B) 176.91º 0.94% 0.97% -
XYZ 48.9 73.29 90.93 -
YUV 176.97 161.31 12.48 -
System Red Green Blue C M Y K H S L
Decimal 15 248 236 0.94 0 0.05 0.03 176.91 0.94 0.52
Hex F F8 EC 5E 0 5 3 B1 5E 34
Octal 17 370 354 136 0 5 3 261 136 64
Binary 1111 11111000 11101100 1011110 0 101 11 10110001 1011110 110100

Color Harmonies of #0FF8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF8EC

Black with #0FF8EC

Text Example


Text Example

White with #0FF8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,248,236); }

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

background-color css

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

 a { background-color: rgb(15,248,236); }

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

border-color css

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

 span { border-color: rgb(15,248,236); }

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