Html Css Color HEX #0FEFBB Bright Turquoise

📋 copy color: '#0FEFBB'

red 15 ◦ green 239 ◦ blue 187

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

Shades of Bright Turquoise #0FEFBB

Tints of Bright Turquoise #0FEFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.4%

R = 3.4%
G = 54.2%
B = 42.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#0FEFBB (or 0x0FEFBB) is known color: Bright Turquoise. HEX triplet: 0F, EF and BB. RGB value is (15,239,187). Sum of RGB (Red+Green+Blue) = 15+239+187=441 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.40% from 441); Green value is 239 (93.75% from 255 or 54.20% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEFBB is #F01044. Grayscale: #A6A6A6. Windows color (decimal): -15732805 or 12316431. OLE color: 12316431.

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

Color convert

RGB 15 239 187 -
CMYK 0.94 0 0.22 0.06
HSL 166.07º 0.88% 0.5% -
HSV(B) 166.07º 0.94% 0.94% -
XYZ 40.03 65.42 57.53 -
YUV 166.1 139.79 20.23 -
System Red Green Blue C M Y K H S L
Decimal 15 239 187 0.94 0 0.22 0.06 166.07 0.88 0.5
Hex F EF BB 5E 0 16 6 A6 58 32
Octal 17 357 273 136 0 26 6 246 130 62
Binary 1111 11101111 10111011 1011110 0 10110 110 10100110 1011000 110010

Color Harmonies of #0FEFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEFBB

Black with #0FEFBB

Text Example


Text Example

White with #0FEFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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