Html Css Color HEX #57FDCC Turquoise

📋 copy color: '#57FDCC'

red 87 ◦ green 253 ◦ blue 204

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

Shades of Turquoise #57FDCC

Tints of Turquoise #57FDCC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.51%

 BLUE value IS 204 (80.08% from 255) = 37.5%

R = 15.99%
G = 46.51%
B = 37.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#57FDCC (or 0x57FDCC) is known color: Turquoise. HEX triplet: 57, FD and CC. RGB value is (87,253,204). Sum of RGB (Red+Green+Blue) = 87+253+204=544 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.99% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #57FDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FDCC is #A80233. Grayscale: #C5C5C5. Windows color (decimal): -11010612 or 13434199. OLE color: 13434199.

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

Color convert

RGB 87 253 204 -
CMYK 0.66 0 0.19 0.01
HSL 162.29º 0.98% 0.67% -
HSV(B) 162.29º 0.66% 0.99% -
XYZ 49.95 76.64 69.29 -
YUV 197.78 131.5 48.98 -
System Red Green Blue C M Y K H S L
Decimal 87 253 204 0.66 0 0.19 0.01 162.29 0.98 0.67
Hex 57 FD CC 42 0 13 1 A2 62 43
Octal 127 375 314 102 0 23 1 242 142 103
Binary 1010111 11111101 11001100 1000010 0 10011 1 10100010 1100010 1000011

Color Harmonies of #57FDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FDCC

Black with #57FDCC

Text Example


Text Example

White with #57FDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,253,204); }

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

background-color css

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

 a { background-color: rgb(87,253,204); }

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

border-color css

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

 span { border-color: rgb(87,253,204); }

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