Html Css Color HEX #57DAE6 Turquoise Blue

📋 copy color: '#57DAE6'

red 87 ◦ green 218 ◦ blue 230

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

Shades of Turquoise Blue #57DAE6

Tints of Turquoise Blue #57DAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.99%

R = 16.26%
G = 40.75%
B = 42.99%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#57DAE6 (or 0x57DAE6) is known color: Turquoise Blue. HEX triplet: 57, DA and E6. RGB value is (87,218,230). Sum of RGB (Red+Green+Blue) = 87+218+230=535 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.26% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #57DAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DAE6 is #A82519. Grayscale: #B4B4B4. Windows color (decimal): -11019546 or 15129175. OLE color: 15129175.

HSL color Cylindrical-coordinate representation of color #57DAE6: hue angle of 185.03º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57DAE6 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 87 218 230 -
CMYK 0.62 0.05 0 0.10
HSL 185.04º 0.74% 0.62% -
HSV(B) 185.04º 0.62% 0.9% -
XYZ 43.28 57.88 83.75 -
YUV 180.2 156.1 61.52 -
System Red Green Blue C M Y K H S L
Decimal 87 218 230 0.62 0.05 0 0.10 185.04 0.74 0.62
Hex 57 DA E6 3E 5 0 A B9 4A 3E
Octal 127 332 346 76 5 0 12 271 112 76
Binary 1010111 11011010 11100110 111110 101 0 1010 10111001 1001010 111110

Color Harmonies of #57DAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DAE6

Black with #57DAE6

Text Example


Text Example

White with #57DAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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