Html Css Color HEX #15FACE Bright Turquoise

📋 copy color: '#15FACE'

red 21 ◦ green 250 ◦ blue 206

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

Shades of Bright Turquoise #15FACE

Tints of Bright Turquoise #15FACE

RGB

 RED value IS 21 (8.59% from 255) = 4.4%

 GREEN value IS 250 (98.05% from 255) = 52.41%

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

R = 4.4%
G = 52.41%
B = 43.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#15FACE (or 0x15FACE) is known color: Bright Turquoise. HEX triplet: 15, FA and CE. RGB value is (21,250,206). Sum of RGB (Red+Green+Blue) = 21+250+206=477 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.40% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #15FACE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FACE is #EA0531. Grayscale: #B0B0B0. Windows color (decimal): -15336754 or 13564437. OLE color: 13564437.

HSL color Cylindrical-coordinate representation of color #15FACE: hue angle of 168.47º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FACE is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 250 206 -
CMYK 0.92 0 0.18 0.02
HSL 168.47º 0.96% 0.53% -
HSV(B) 168.47º 0.92% 0.98% -
XYZ 45.64 72.99 70.08 -
YUV 176.51 144.63 17.08 -
System Red Green Blue C M Y K H S L
Decimal 21 250 206 0.92 0 0.18 0.02 168.47 0.96 0.53
Hex 15 FA CE 5C 0 12 2 A8 60 35
Octal 25 372 316 134 0 22 2 250 140 65
Binary 10101 11111010 11001110 1011100 0 10010 10 10101000 1100000 110101

Color Harmonies of #15FACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FACE

Black with #15FACE

Text Example


Text Example

White with #15FACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15FACE; }

 p { color: rgb(21,250,206); }

 H1.HeaderClassName
 {
   color: #15FACE;
 }
 .AnyTagClassName
 {
   color: #15FACE;
 }
</style>

background-color css

<style>
 a { background-color: #15FACE; }

 a { background-color: rgb(21,250,206); }

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

border-color css

<style>
 span { border-color: #15FACE; }

 span { border-color: rgb(21,250,206); }

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