Html Css Color HEX #0FEBF0 Bright Turquoise

📋 copy color: '#0FEBF0'

red 15 ◦ green 235 ◦ blue 240

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

Shades of Bright Turquoise #0FEBF0

Tints of Bright Turquoise #0FEBF0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.96%

 BLUE value IS 240 (94.14% from 255) = 48.98%

R = 3.06%
G = 47.96%
B = 48.98%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0FEBF0 (or 0x0FEBF0) is known color: Bright Turquoise. HEX triplet: 0F, EB and F0. RGB value is (15,235,240). Sum of RGB (Red+Green+Blue) = 15+235+240=490 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.06% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #0FEBF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEBF0 is #F0140F. Grayscale: #A9A9A9. Windows color (decimal): -15733776 or 15788815. OLE color: 15788815.

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

Color convert

RGB 15 235 240 -
CMYK 0.94 0.02 0 0.06
HSL 181.33º 0.88% 0.5% -
HSV(B) 181.33º 0.94% 0.94% -
XYZ 45.63 65.81 92.74 -
YUV 169.79 167.61 17.59 -
System Red Green Blue C M Y K H S L
Decimal 15 235 240 0.94 0.02 0 0.06 181.33 0.88 0.5
Hex F EB F0 5E 2 0 6 B5 58 32
Octal 17 353 360 136 2 0 6 265 130 62
Binary 1111 11101011 11110000 1011110 10 0 110 10110101 1011000 110010

Color Harmonies of #0FEBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEBF0

Black with #0FEBF0

Text Example


Text Example

White with #0FEBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,235,240); }

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

background-color css

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

 a { background-color: rgb(15,235,240); }

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

border-color css

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

 span { border-color: rgb(15,235,240); }

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