Html Css Color HEX #57D6F0 Turquoise Blue

📋 copy color: '#57D6F0'

red 87 ◦ green 214 ◦ blue 240

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

Shades of Turquoise Blue #57D6F0

Tints of Turquoise Blue #57D6F0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.56%

 BLUE value IS 240 (94.14% from 255) = 44.36%

R = 16.08%
G = 39.56%
B = 44.36%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#57D6F0 (or 0x57D6F0) is known color: Turquoise Blue. HEX triplet: 57, D6 and F0. RGB value is (87,214,240). Sum of RGB (Red+Green+Blue) = 87+214+240=541 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.08% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #57D6F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D6F0 is #A8290F. Grayscale: #B2B2B2. Windows color (decimal): -11020560 or 15783511. OLE color: 15783511.

HSL color Cylindrical-coordinate representation of color #57D6F0: hue angle of 190.2º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57D6F0 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 214 240 -
CMYK 0.64 0.11 0 0.06
HSL 190.2º 0.84% 0.64% -
HSV(B) 190.2º 0.64% 0.94% -
XYZ 43.71 56.41 91.02 -
YUV 178.99 162.42 62.39 -
System Red Green Blue C M Y K H S L
Decimal 87 214 240 0.64 0.11 0 0.06 190.2 0.84 0.64
Hex 57 D6 F0 40 B 0 6 BE 54 40
Octal 127 326 360 100 13 0 6 276 124 100
Binary 1010111 11010110 11110000 1000000 1011 0 110 10111110 1010100 1000000

Color Harmonies of #57D6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D6F0

Black with #57D6F0

Text Example


Text Example

White with #57D6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,214,240); }

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

background-color css

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

 a { background-color: rgb(87,214,240); }

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

border-color css

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

 span { border-color: rgb(87,214,240); }

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