Html Css Color HEX #57CAE0 Turquoise Blue

📋 copy color: '#57CAE0'

red 87 ◦ green 202 ◦ blue 224

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

Shades of Turquoise Blue #57CAE0

Tints of Turquoise Blue #57CAE0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.38%

 BLUE value IS 224 (87.89% from 255) = 43.66%

R = 16.96%
G = 39.38%
B = 43.66%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#57CAE0 (or 0x57CAE0) is known color: Turquoise Blue. HEX triplet: 57, CA and E0. RGB value is (87,202,224). Sum of RGB (Red+Green+Blue) = 87+202+224=513 (67% of max value = 765). Red value is 87 (34.38% from 255 or 16.96% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #57CAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CAE0 is #A8351F. Grayscale: #A9A9A9. Windows color (decimal): -11023648 or 14731863. OLE color: 14731863.

HSL color Cylindrical-coordinate representation of color #57CAE0: hue angle of 189.64º degrees, saturation: 0.69, 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 #57CAE0 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 202 224 -
CMYK 0.61 0.10 0 0.12
HSL 189.64º 0.69% 0.61% -
HSV(B) 189.64º 0.61% 0.88% -
XYZ 38.51 49.65 78.07 -
YUV 170.12 158.4 68.71 -
System Red Green Blue C M Y K H S L
Decimal 87 202 224 0.61 0.10 0 0.12 189.64 0.69 0.61
Hex 57 CA E0 3D A 0 C BE 45 3D
Octal 127 312 340 75 12 0 14 276 105 75
Binary 1010111 11001010 11100000 111101 1010 0 1100 10111110 1000101 111101

Color Harmonies of #57CAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CAE0

Black with #57CAE0

Text Example


Text Example

White with #57CAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,202,224); }

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

background-color css

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

 a { background-color: rgb(87,202,224); }

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

border-color css

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

 span { border-color: rgb(87,202,224); }

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