Html Css Color HEX #57D8FC Turquoise Blue

📋 copy color: '#57D8FC'

red 87 ◦ green 216 ◦ blue 252

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

Shades of Turquoise Blue #57D8FC

Tints of Turquoise Blue #57D8FC

RGB

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

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

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

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

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#57D8FC (or 0x57D8FC) is known color: Turquoise Blue. HEX triplet: 57, D8 and FC. RGB value is (87,216,252). Sum of RGB (Red+Green+Blue) = 87+216+252=555 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.68% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #57D8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D8FC is #A82703. Grayscale: #B5B5B5. Windows color (decimal): -11020036 or 16570455. OLE color: 16570455.

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

Color convert

RGB 87 216 252 -
CMYK 0.65 0.14 0 0.01
HSL 193.09º 0.96% 0.66% -
HSV(B) 193.09º 0.65% 0.99% -
XYZ 46.06 58.17 100.9 -
YUV 181.53 167.76 60.57 -
System Red Green Blue C M Y K H S L
Decimal 87 216 252 0.65 0.14 0 0.01 193.09 0.96 0.66
Hex 57 D8 FC 41 E 0 1 C1 60 42
Octal 127 330 374 101 16 0 1 301 140 102
Binary 1010111 11011000 11111100 1000001 1110 0 1 11000001 1100000 1000010

Color Harmonies of #57D8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D8FC

Black with #57D8FC

Text Example


Text Example

White with #57D8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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