Html Css Color HEX #15FAC8 Bright Turquoise

📋 copy color: '#15FAC8'

red 21 ◦ green 250 ◦ blue 200

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

Shades of Bright Turquoise #15FAC8

Tints of Bright Turquoise #15FAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.46%

R = 4.46%
G = 53.08%
B = 42.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#15FAC8 (or 0x15FAC8) is known color: Bright Turquoise. HEX triplet: 15, FA and C8. RGB value is (21,250,200). Sum of RGB (Red+Green+Blue) = 21+250+200=471 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.46% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #15FAC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FAC8 is #EA0537. Grayscale: #AFAFAF. Windows color (decimal): -15336760 or 13171221. OLE color: 13171221.

HSL color Cylindrical-coordinate representation of color #15FAC8: hue angle of 166.9º 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 #15FAC8 is Cyan = 0.92, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 250 200 -
CMYK 0.92 0 0.2 0.02
HSL 166.9º 0.96% 0.53% -
HSV(B) 166.9º 0.92% 0.98% -
XYZ 44.92 72.7 66.31 -
YUV 175.83 141.63 17.57 -
System Red Green Blue C M Y K H S L
Decimal 21 250 200 0.92 0 0.2 0.02 166.9 0.96 0.53
Hex 15 FA C8 5C 0 14 2 A7 60 35
Octal 25 372 310 134 0 24 2 247 140 65
Binary 10101 11111010 11001000 1011100 0 10100 10 10100111 1100000 110101

Color Harmonies of #15FAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FAC8

Black with #15FAC8

Text Example


Text Example

White with #15FAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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