Html Css Color HEX #57D2FA Turquoise Blue

📋 copy color: '#57D2FA'

red 87 ◦ green 210 ◦ blue 250

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

Shades of Turquoise Blue #57D2FA

Tints of Turquoise Blue #57D2FA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.39%

 BLUE value IS 250 (98.05% from 255) = 45.7%

R = 15.9%
G = 38.39%
B = 45.7%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#57D2FA (or 0x57D2FA) is known color: Turquoise Blue. HEX triplet: 57, D2 and FA. RGB value is (87,210,250). Sum of RGB (Red+Green+Blue) = 87+210+250=547 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.90% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #57D2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D2FA is #A82D05. Grayscale: #B1B1B1. Windows color (decimal): -11021574 or 16437847. OLE color: 16437847.

HSL color Cylindrical-coordinate representation of color #57D2FA: hue angle of 194.72º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57D2FA is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 210 250 -
CMYK 0.65 0.16 0 0.02
HSL 194.72º 0.94% 0.66% -
HSV(B) 194.72º 0.65% 0.98% -
XYZ 44.23 55.02 98.73 -
YUV 177.78 168.75 63.25 -
System Red Green Blue C M Y K H S L
Decimal 87 210 250 0.65 0.16 0 0.02 194.72 0.94 0.66
Hex 57 D2 FA 41 10 0 2 C3 5E 42
Octal 127 322 372 101 20 0 2 303 136 102
Binary 1010111 11010010 11111010 1000001 10000 0 10 11000011 1011110 1000010

Color Harmonies of #57D2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D2FA

Black with #57D2FA

Text Example


Text Example

White with #57D2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,210,250); }

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

background-color css

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

 a { background-color: rgb(87,210,250); }

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

border-color css

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

 span { border-color: rgb(87,210,250); }

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