Html Css Color HEX #57FCDD Turquoise

📋 copy color: '#57FCDD'

red 87 ◦ green 252 ◦ blue 221

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

Shades of Turquoise #57FCDD

Tints of Turquoise #57FCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 15.54%
G = 45%
B = 39.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#57FCDD (or 0x57FCDD) is known color: Turquoise. HEX triplet: 57, FC and DD. RGB value is (87,252,221). Sum of RGB (Red+Green+Blue) = 87+252+221=560 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.54% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #57FCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FCDD is #A80322. Grayscale: #C7C7C7. Windows color (decimal): -11010851 or 14548055. OLE color: 14548055.

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

Color convert

RGB 87 252 221 -
CMYK 0.65 0 0.12 0.01
HSL 168.73º 0.96% 0.66% -
HSV(B) 168.73º 0.65% 0.99% -
XYZ 51.79 76.87 80.51 -
YUV 199.13 140.34 48.02 -
System Red Green Blue C M Y K H S L
Decimal 87 252 221 0.65 0 0.12 0.01 168.73 0.96 0.66
Hex 57 FC DD 41 0 C 1 A9 60 42
Octal 127 374 335 101 0 14 1 251 140 102
Binary 1010111 11111100 11011101 1000001 0 1100 1 10101001 1100000 1000010

Color Harmonies of #57FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FCDD

Black with #57FCDD

Text Example


Text Example

White with #57FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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