Html Css Color HEX #0FE3EB Bright Turquoise

📋 copy color: '#0FE3EB'

red 15 ◦ green 227 ◦ blue 235

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

Shades of Bright Turquoise #0FE3EB

Tints of Bright Turquoise #0FE3EB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.59%

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

R = 3.14%
G = 47.59%
B = 49.27%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FE3EB (or 0x0FE3EB) is known color: Bright Turquoise. HEX triplet: 0F, E3 and EB. RGB value is (15,227,235). Sum of RGB (Red+Green+Blue) = 15+227+235=477 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.14% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FE3EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FE3EB is #F01C14. Grayscale: #A4A4A4. Windows color (decimal): -15735829 or 15459087. OLE color: 15459087.

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

Color convert

RGB 15 227 235 -
CMYK 0.94 0.03 0 0.08
HSL 182.18º 0.88% 0.49% -
HSV(B) 182.18º 0.94% 0.92% -
XYZ 42.66 61.04 88.13 -
YUV 164.52 167.76 21.35 -
System Red Green Blue C M Y K H S L
Decimal 15 227 235 0.94 0.03 0 0.08 182.18 0.88 0.49
Hex F E3 EB 5E 3 0 8 B6 58 31
Octal 17 343 353 136 3 0 10 266 130 61
Binary 1111 11100011 11101011 1011110 11 0 1000 10110110 1011000 110001

Color Harmonies of #0FE3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE3EB

Black with #0FE3EB

Text Example


Text Example

White with #0FE3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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