Html Css Color HEX #0FE8CE Bright Turquoise

📋 copy color: '#0FE8CE'

red 15 ◦ green 232 ◦ blue 206

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

Shades of Bright Turquoise #0FE8CE

Tints of Bright Turquoise #0FE8CE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 51.21%

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 3.31%
G = 51.21%
B = 45.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#0FE8CE (or 0x0FE8CE) is known color: Bright Turquoise. HEX triplet: 0F, E8 and CE. RGB value is (15,232,206). Sum of RGB (Red+Green+Blue) = 15+232+206=453 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.31% from 453); Green value is 232 (91.02% from 255 or 51.21% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 232 - color contains mainly: green. Hex color #0FE8CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FE8CE is #F01731. Grayscale: #A4A4A4. Windows color (decimal): -15734578 or 13559823. OLE color: 13559823.

HSL color Cylindrical-coordinate representation of color #0FE8CE: hue angle of 172.81º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE8CE is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 15 232 206 -
CMYK 0.94 0 0.11 0.09
HSL 172.81º 0.88% 0.48% -
HSV(B) 172.81º 0.94% 0.91% -
XYZ 40.19 62.27 68.29 -
YUV 164.15 151.61 21.61 -
System Red Green Blue C M Y K H S L
Decimal 15 232 206 0.94 0 0.11 0.09 172.81 0.88 0.48
Hex F E8 CE 5E 0 B 9 AD 58 30
Octal 17 350 316 136 0 13 11 255 130 60
Binary 1111 11101000 11001110 1011110 0 1011 1001 10101101 1011000 110000

Color Harmonies of #0FE8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE8CE

Black with #0FE8CE

Text Example


Text Example

White with #0FE8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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