Html Css Color HEX #57DAE1 Turquoise Blue

📋 copy color: '#57DAE1'

red 87 ◦ green 218 ◦ blue 225

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

Shades of Turquoise Blue #57DAE1

Tints of Turquoise Blue #57DAE1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.13%

 BLUE value IS 225 (88.28% from 255) = 42.45%

R = 16.42%
G = 41.13%
B = 42.45%

CMYK

 C value IS 0.61

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#57DAE1 (or 0x57DAE1) is known color: Turquoise Blue. HEX triplet: 57, DA and E1. RGB value is (87,218,225). Sum of RGB (Red+Green+Blue) = 87+218+225=530 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.42% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #57DAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DAE1 is #A8251E. Grayscale: #B3B3B3. Windows color (decimal): -11019551 or 14801495. OLE color: 14801495.

HSL color Cylindrical-coordinate representation of color #57DAE1: hue angle of 183.04º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DAE1 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 218 225 -
CMYK 0.61 0.03 0 0.12
HSL 183.04º 0.7% 0.61% -
HSV(B) 183.04º 0.61% 0.88% -
XYZ 42.59 57.61 80.11 -
YUV 179.63 153.6 61.93 -
System Red Green Blue C M Y K H S L
Decimal 87 218 225 0.61 0.03 0 0.12 183.04 0.7 0.61
Hex 57 DA E1 3D 3 0 C B7 46 3D
Octal 127 332 341 75 3 0 14 267 106 75
Binary 1010111 11011010 11100001 111101 11 0 1100 10110111 1000110 111101

Color Harmonies of #57DAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DAE1

Black with #57DAE1

Text Example


Text Example

White with #57DAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,218,225); }

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

background-color css

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

 a { background-color: rgb(87,218,225); }

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

border-color css

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

 span { border-color: rgb(87,218,225); }

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