Html Css Color HEX #0FEBE5 Bright Turquoise

📋 copy color: '#0FEBE5'

red 15 ◦ green 235 ◦ blue 229

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

Shades of Bright Turquoise #0FEBE5

Tints of Bright Turquoise #0FEBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.81%

R = 3.13%
G = 49.06%
B = 47.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#0FEBE5 (or 0x0FEBE5) is known color: Bright Turquoise. HEX triplet: 0F, EB and E5. RGB value is (15,235,229). Sum of RGB (Red+Green+Blue) = 15+235+229=479 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.13% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEBE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEBE5 is #F0141A. Grayscale: #A8A8A8. Windows color (decimal): -15733787 or 15067919. OLE color: 15067919.

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

Color convert

RGB 15 235 229 -
CMYK 0.94 0 0.03 0.08
HSL 178.36º 0.88% 0.49% -
HSV(B) 178.36º 0.94% 0.92% -
XYZ 44.05 65.18 84.39 -
YUV 168.54 162.11 18.49 -
System Red Green Blue C M Y K H S L
Decimal 15 235 229 0.94 0 0.03 0.08 178.36 0.88 0.49
Hex F EB E5 5E 0 3 8 B2 58 31
Octal 17 353 345 136 0 3 10 262 130 61
Binary 1111 11101011 11100101 1011110 0 11 1000 10110010 1011000 110001

Color Harmonies of #0FEBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEBE5

Black with #0FEBE5

Text Example


Text Example

White with #0FEBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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