Html Css Color HEX #0FF8CE Bright Turquoise

📋 copy color: '#0FF8CE'

red 15 ◦ green 248 ◦ blue 206

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

Shades of Bright Turquoise #0FF8CE

Tints of Bright Turquoise #0FF8CE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.88%

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

R = 3.2%
G = 52.88%
B = 43.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#0FF8CE (or 0x0FF8CE) is known color: Bright Turquoise. HEX triplet: 0F, F8 and CE. RGB value is (15,248,206). Sum of RGB (Red+Green+Blue) = 15+248+206=469 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.20% from 469); Green value is 248 (97.27% from 255 or 52.88% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 248 - color contains mainly: green. Hex color #0FF8CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF8CE is #F00731. Grayscale: #ADADAD. Windows color (decimal): -15730482 or 13563919. OLE color: 13563919.

HSL color Cylindrical-coordinate representation of color #0FF8CE: hue angle of 169.18º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF8CE is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 15 248 206 -
CMYK 0.94 0 0.17 0.03
HSL 169.18º 0.94% 0.52% -
HSV(B) 169.18º 0.94% 0.97% -
XYZ 44.9 71.69 69.86 -
YUV 173.55 146.31 14.92 -
System Red Green Blue C M Y K H S L
Decimal 15 248 206 0.94 0 0.17 0.03 169.18 0.94 0.52
Hex F F8 CE 5E 0 11 3 A9 5E 34
Octal 17 370 316 136 0 21 3 251 136 64
Binary 1111 11111000 11001110 1011110 0 10001 11 10101001 1011110 110100

Color Harmonies of #0FF8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF8CE

Black with #0FF8CE

Text Example


Text Example

White with #0FF8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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