Html Css Color HEX #0FEBE8 Bright Turquoise

📋 copy color: '#0FEBE8'

red 15 ◦ green 235 ◦ blue 232

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

Shades of Bright Turquoise #0FEBE8

Tints of Bright Turquoise #0FEBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.13%

R = 3.11%
G = 48.76%
B = 48.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#0FEBE8 (or 0x0FEBE8) is known color: Bright Turquoise. HEX triplet: 0F, EB and E8. RGB value is (15,235,232). Sum of RGB (Red+Green+Blue) = 15+235+232=482 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.11% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEBE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEBE8 is #F01417. Grayscale: #A8A8A8. Windows color (decimal): -15733784 or 15264527. OLE color: 15264527.

HSL color Cylindrical-coordinate representation of color #0FEBE8: hue angle of 179.18º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEBE8 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 235 232 -
CMYK 0.94 0 0.01 0.08
HSL 179.18º 0.88% 0.49% -
HSV(B) 179.18º 0.94% 0.92% -
XYZ 44.47 65.34 86.61 -
YUV 168.88 163.61 18.24 -
System Red Green Blue C M Y K H S L
Decimal 15 235 232 0.94 0 0.01 0.08 179.18 0.88 0.49
Hex F EB E8 5E 0 1 8 B3 58 31
Octal 17 353 350 136 0 1 10 263 130 61
Binary 1111 11101011 11101000 1011110 0 1 1000 10110011 1011000 110001

Color Harmonies of #0FEBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEBE8

Black with #0FEBE8

Text Example


Text Example

White with #0FEBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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