Html Css Color HEX #57FCDA Turquoise

📋 copy color: '#57FCDA'

red 87 ◦ green 252 ◦ blue 218

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

Shades of Turquoise #57FCDA

Tints of Turquoise #57FCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.14%

R = 15.62%
G = 45.24%
B = 39.14%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#57FCDA (or 0x57FCDA) is known color: Turquoise. HEX triplet: 57, FC and DA. RGB value is (87,252,218). Sum of RGB (Red+Green+Blue) = 87+252+218=557 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.62% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #57FCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FCDA is #A80325. Grayscale: #C6C6C6. Windows color (decimal): -11010854 or 14351447. OLE color: 14351447.

HSL color Cylindrical-coordinate representation of color #57FCDA: hue angle of 167.64º 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 #57FCDA is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 252 218 -
CMYK 0.65 0 0.13 0.01
HSL 167.64º 0.96% 0.66% -
HSV(B) 167.64º 0.65% 0.99% -
XYZ 51.4 76.71 78.43 -
YUV 198.79 138.84 48.26 -
System Red Green Blue C M Y K H S L
Decimal 87 252 218 0.65 0 0.13 0.01 167.64 0.96 0.66
Hex 57 FC DA 41 0 D 1 A8 60 42
Octal 127 374 332 101 0 15 1 250 140 102
Binary 1010111 11111100 11011010 1000001 0 1101 1 10101000 1100000 1000010

Color Harmonies of #57FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FCDA

Black with #57FCDA

Text Example


Text Example

White with #57FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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