Html Css Color HEX #0FFBBF Bright Turquoise

📋 copy color: '#0FFBBF'

red 15 ◦ green 251 ◦ blue 191

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

Shades of Bright Turquoise #0FFBBF

Tints of Bright Turquoise #0FFBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.79%

R = 3.28%
G = 54.92%
B = 41.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#0FFBBF (or 0x0FFBBF) is known color: Bright Turquoise. HEX triplet: 0F, FB and BF. RGB value is (15,251,191). Sum of RGB (Red+Green+Blue) = 15+251+191=457 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 457); Green value is 251 (98.44% from 255 or 54.92% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFBBF is #F00440. Grayscale: #ADADAD. Windows color (decimal): -15729729 or 12581647. OLE color: 12581647.

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

Color convert

RGB 15 251 191 -
CMYK 0.94 0 0.24 0.02
HSL 164.75º 0.97% 0.52% -
HSV(B) 164.75º 0.94% 0.98% -
XYZ 44.1 72.86 61.03 -
YUV 173.6 137.81 14.88 -
System Red Green Blue C M Y K H S L
Decimal 15 251 191 0.94 0 0.24 0.02 164.75 0.97 0.52
Hex F FB BF 5E 0 18 2 A5 61 34
Octal 17 373 277 136 0 30 2 245 141 64
Binary 1111 11111011 10111111 1011110 0 11000 10 10100101 1100001 110100

Color Harmonies of #0FFBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFBBF

Black with #0FFBBF

Text Example


Text Example

White with #0FFBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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