Html Css Color HEX #57FCD8 Turquoise

📋 copy color: '#57FCD8'

red 87 ◦ green 252 ◦ blue 216

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

Shades of Turquoise #57FCD8

Tints of Turquoise #57FCD8

RGB

 RED value IS 87 (34.38% from 255) = 15.68%

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

 BLUE value IS 216 (84.77% from 255) = 38.92%

R = 15.68%
G = 45.41%
B = 38.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#57FCD8 (or 0x57FCD8) is known color: Turquoise. HEX triplet: 57, FC and D8. RGB value is (87,252,216). Sum of RGB (Red+Green+Blue) = 87+252+216=555 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.68% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #57FCD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FCD8 is #A80327. Grayscale: #C6C6C6. Windows color (decimal): -11010856 or 14220375. OLE color: 14220375.

HSL color Cylindrical-coordinate representation of color #57FCD8: hue angle of 166.91º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FCD8 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 252 216 -
CMYK 0.65 0 0.14 0.01
HSL 166.91º 0.96% 0.66% -
HSV(B) 166.91º 0.65% 0.99% -
XYZ 51.14 76.6 77.06 -
YUV 198.56 137.84 48.43 -
System Red Green Blue C M Y K H S L
Decimal 87 252 216 0.65 0 0.14 0.01 166.91 0.96 0.66
Hex 57 FC D8 41 0 E 1 A7 60 42
Octal 127 374 330 101 0 16 1 247 140 102
Binary 1010111 11111100 11011000 1000001 0 1110 1 10100111 1100000 1000010

Color Harmonies of #57FCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FCD8

Black with #57FCD8

Text Example


Text Example

White with #57FCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57FCD8; }

 p { color: rgb(87,252,216); }

 H1.HeaderClassName
 {
   color: #57FCD8;
 }
 .AnyTagClassName
 {
   color: #57FCD8;
 }
</style>

background-color css

<style>
 a { background-color: #57FCD8; }

 a { background-color: rgb(87,252,216); }

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

border-color css

<style>
 span { border-color: #57FCD8; }

 span { border-color: rgb(87,252,216); }

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