Html Css Color HEX #0FE1EB Bright Turquoise

📋 copy color: '#0FE1EB'

red 15 ◦ green 225 ◦ blue 235

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

Shades of Bright Turquoise #0FE1EB

Tints of Bright Turquoise #0FE1EB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.37%

 BLUE value IS 235 (92.19% from 255) = 49.47%

R = 3.16%
G = 47.37%
B = 49.47%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FE1EB (or 0x0FE1EB) is known color: Bright Turquoise. HEX triplet: 0F, E1 and EB. RGB value is (15,225,235). Sum of RGB (Red+Green+Blue) = 15+225+235=475 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.16% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FE1EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FE1EB is #F01E14. Grayscale: #A3A3A3. Windows color (decimal): -15736341 or 15458575. OLE color: 15458575.

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

Color convert

RGB 15 225 235 -
CMYK 0.94 0.04 0 0.08
HSL 182.73º 0.88% 0.49% -
HSV(B) 182.73º 0.94% 0.92% -
XYZ 42.12 59.95 87.95 -
YUV 163.35 168.43 22.19 -
System Red Green Blue C M Y K H S L
Decimal 15 225 235 0.94 0.04 0 0.08 182.73 0.88 0.49
Hex F E1 EB 5E 4 0 8 B7 58 31
Octal 17 341 353 136 4 0 10 267 130 61
Binary 1111 11100001 11101011 1011110 100 0 1000 10110111 1011000 110001

Color Harmonies of #0FE1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE1EB

Black with #0FE1EB

Text Example


Text Example

White with #0FE1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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