Html Css Color HEX #57D1FC Turquoise Blue

📋 copy color: '#57D1FC'

red 87 ◦ green 209 ◦ blue 252

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

Shades of Turquoise Blue #57D1FC

Tints of Turquoise Blue #57D1FC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.14%

 BLUE value IS 252 (98.83% from 255) = 45.99%

R = 15.88%
G = 38.14%
B = 45.99%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#57D1FC (or 0x57D1FC) is known color: Turquoise Blue. HEX triplet: 57, D1 and FC. RGB value is (87,209,252). Sum of RGB (Red+Green+Blue) = 87+209+252=548 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.88% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #57D1FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D1FC is #A82E03. Grayscale: #B1B1B1. Windows color (decimal): -11021828 or 16568663. OLE color: 16568663.

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

Color convert

RGB 87 209 252 -
CMYK 0.65 0.17 0 0.01
HSL 195.64º 0.96% 0.66% -
HSV(B) 195.64º 0.65% 0.99% -
XYZ 44.3 54.66 100.31 -
YUV 177.42 170.08 63.5 -
System Red Green Blue C M Y K H S L
Decimal 87 209 252 0.65 0.17 0 0.01 195.64 0.96 0.66
Hex 57 D1 FC 41 11 0 1 C4 60 42
Octal 127 321 374 101 21 0 1 304 140 102
Binary 1010111 11010001 11111100 1000001 10001 0 1 11000100 1100000 1000010

Color Harmonies of #57D1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D1FC

Black with #57D1FC

Text Example


Text Example

White with #57D1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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