Html Css Color HEX #0FFECE Bright Turquoise

📋 copy color: '#0FFECE'

red 15 ◦ green 254 ◦ blue 206

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

Shades of Bright Turquoise #0FFECE

Tints of Bright Turquoise #0FFECE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.47%

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

R = 3.16%
G = 53.47%
B = 43.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#0FFECE (or 0x0FFECE) is known color: Bright Turquoise. HEX triplet: 0F, FE and CE. RGB value is (15,254,206). Sum of RGB (Red+Green+Blue) = 15+254+206=475 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.16% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFECE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFECE is #F00131. Grayscale: #B1B1B1. Windows color (decimal): -15728946 or 13565455. OLE color: 13565455.

HSL color Cylindrical-coordinate representation of color #0FFECE: hue angle of 167.95º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFECE is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 15 254 206 -
CMYK 0.94 0 0.19 0.00
HSL 167.95º 0.99% 0.53% -
HSV(B) 167.95º 0.94% 1% -
XYZ 46.78 75.44 70.49 -
YUV 177.07 144.32 12.4 -
System Red Green Blue C M Y K H S L
Decimal 15 254 206 0.94 0 0.19 0.00 167.95 0.99 0.53
Hex F FE CE 5E 0 13 0 A8 63 35
Octal 17 376 316 136 0 23 0 250 143 65
Binary 1111 11111110 11001110 1011110 0 10011 0 10101000 1100011 110101

Color Harmonies of #0FFECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFECE

Black with #0FFECE

Text Example


Text Example

White with #0FFECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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