Html Css Color HEX #0FFCCE Bright Turquoise

📋 copy color: '#0FFCCE'

red 15 ◦ green 252 ◦ blue 206

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

Shades of Bright Turquoise #0FFCCE

Tints of Bright Turquoise #0FFCCE

RGB

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

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

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

R = 3.17%
G = 53.28%
B = 43.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#0FFCCE (or 0x0FFCCE) is known color: Bright Turquoise. HEX triplet: 0F, FC and CE. RGB value is (15,252,206). Sum of RGB (Red+Green+Blue) = 15+252+206=473 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.17% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFCCE is #F00331. Grayscale: #AFAFAF. Windows color (decimal): -15729458 or 13564943. OLE color: 13564943.

HSL color Cylindrical-coordinate representation of color #0FFCCE: hue angle of 168.35º 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 #0FFCCE is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 252 206 -
CMYK 0.94 0 0.18 0.01
HSL 168.35º 0.98% 0.52% -
HSV(B) 168.35º 0.94% 0.99% -
XYZ 46.15 74.18 70.28 -
YUV 175.89 144.98 13.24 -
System Red Green Blue C M Y K H S L
Decimal 15 252 206 0.94 0 0.18 0.01 168.35 0.98 0.52
Hex F FC CE 5E 0 12 1 A8 62 34
Octal 17 374 316 136 0 22 1 250 142 64
Binary 1111 11111100 11001110 1011110 0 10010 1 10101000 1100010 110100

Color Harmonies of #0FFCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFCCE

Black with #0FFCCE

Text Example


Text Example

White with #0FFCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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