Html Css Color HEX #57D2FC Turquoise Blue

📋 copy color: '#57D2FC'

red 87 ◦ green 210 ◦ blue 252

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

Shades of Turquoise Blue #57D2FC

Tints of Turquoise Blue #57D2FC

RGB

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

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

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

R = 15.85%
G = 38.25%
B = 45.9%

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

#57D2FC (or 0x57D2FC) is known color: Turquoise Blue. HEX triplet: 57, D2 and FC. RGB value is (87,210,252). Sum of RGB (Red+Green+Blue) = 87+210+252=549 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.85% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #57D2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D2FC is #A82D03. Grayscale: #B1B1B1. Windows color (decimal): -11021572 or 16568919. OLE color: 16568919.

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

Color convert

RGB 87 210 252 -
CMYK 0.65 0.17 0 0.01
HSL 195.27º 0.96% 0.66% -
HSV(B) 195.27º 0.65% 0.99% -
XYZ 44.55 55.15 100.39 -
YUV 178.01 169.75 63.08 -
System Red Green Blue C M Y K H S L
Decimal 87 210 252 0.65 0.17 0 0.01 195.27 0.96 0.66
Hex 57 D2 FC 41 11 0 1 C3 60 42
Octal 127 322 374 101 21 0 1 303 140 102
Binary 1010111 11010010 11111100 1000001 10001 0 1 11000011 1100000 1000010

Color Harmonies of #57D2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D2FC

Black with #57D2FC

Text Example


Text Example

White with #57D2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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