Html Css Color HEX #0FFBEC Bright Turquoise

📋 copy color: '#0FFBEC'

red 15 ◦ green 251 ◦ blue 236

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

Shades of Bright Turquoise #0FFBEC

Tints of Bright Turquoise #0FFBEC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50%

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

R = 2.99%
G = 50%
B = 47.01%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#0FFBEC (or 0x0FFBEC) is known color: Bright Turquoise. HEX triplet: 0F, FB and EC. RGB value is (15,251,236). Sum of RGB (Red+Green+Blue) = 15+251+236=502 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.99% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFBEC is #F00413. Grayscale: #B2B2B2. Windows color (decimal): -15729684 or 15530767. OLE color: 15530767.

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

Color convert

RGB 15 251 236 -
CMYK 0.94 0 0.06 0.02
HSL 176.19º 0.97% 0.52% -
HSV(B) 176.19º 0.94% 0.98% -
XYZ 49.83 75.15 91.24 -
YUV 178.73 160.31 11.22 -
System Red Green Blue C M Y K H S L
Decimal 15 251 236 0.94 0 0.06 0.02 176.19 0.97 0.52
Hex F FB EC 5E 0 6 2 B0 61 34
Octal 17 373 354 136 0 6 2 260 141 64
Binary 1111 11111011 11101100 1011110 0 110 10 10110000 1100001 110100

Color Harmonies of #0FFBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFBEC

Black with #0FFBEC

Text Example


Text Example

White with #0FFBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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