Html Css Color HEX #0FFCE0 Bright Turquoise

📋 copy color: '#0FFCE0'

red 15 ◦ green 252 ◦ blue 224

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

Shades of Bright Turquoise #0FFCE0

Tints of Bright Turquoise #0FFCE0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.32%

 BLUE value IS 224 (87.89% from 255) = 45.62%

R = 3.05%
G = 51.32%
B = 45.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#0FFCE0 (or 0x0FFCE0) is known color: Bright Turquoise. HEX triplet: 0F, FC and E0. RGB value is (15,252,224). Sum of RGB (Red+Green+Blue) = 15+252+224=491 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.05% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFCE0 is #F0031F. Grayscale: #B1B1B1. Windows color (decimal): -15729440 or 14744591. OLE color: 14744591.

HSL color Cylindrical-coordinate representation of color #0FFCE0: hue angle of 172.91º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFCE0 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 252 224 -
CMYK 0.94 0 0.11 0.01
HSL 172.91º 0.98% 0.52% -
HSV(B) 172.91º 0.94% 0.99% -
XYZ 48.46 75.1 82.46 -
YUV 177.95 153.98 11.78 -
System Red Green Blue C M Y K H S L
Decimal 15 252 224 0.94 0 0.11 0.01 172.91 0.98 0.52
Hex F FC E0 5E 0 B 1 AD 62 34
Octal 17 374 340 136 0 13 1 255 142 64
Binary 1111 11111100 11100000 1011110 0 1011 1 10101101 1100010 110100

Color Harmonies of #0FFCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFCE0

Black with #0FFCE0

Text Example


Text Example

White with #0FFCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,252,224); }

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

background-color css

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

 a { background-color: rgb(15,252,224); }

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

border-color css

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

 span { border-color: rgb(15,252,224); }

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