Html Css Color HEX #57CCE1 Turquoise Blue

📋 copy color: '#57CCE1'

red 87 ◦ green 204 ◦ blue 225

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

Shades of Turquoise Blue #57CCE1

Tints of Turquoise Blue #57CCE1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.53%

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

R = 16.86%
G = 39.53%
B = 43.6%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#57CCE1 (or 0x57CCE1) is known color: Turquoise Blue. HEX triplet: 57, CC and E1. RGB value is (87,204,225). Sum of RGB (Red+Green+Blue) = 87+204+225=516 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.86% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #57CCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CCE1 is #A8331E. Grayscale: #ABABAB. Windows color (decimal): -11023135 or 14797911. OLE color: 14797911.

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

Color convert

RGB 87 204 225 -
CMYK 0.61 0.09 0 0.12
HSL 189.13º 0.7% 0.61% -
HSV(B) 189.13º 0.61% 0.88% -
XYZ 39.11 50.65 78.95 -
YUV 171.41 158.24 67.79 -
System Red Green Blue C M Y K H S L
Decimal 87 204 225 0.61 0.09 0 0.12 189.13 0.7 0.61
Hex 57 CC E1 3D 9 0 C BD 46 3D
Octal 127 314 341 75 11 0 14 275 106 75
Binary 1010111 11001100 11100001 111101 1001 0 1100 10111101 1000110 111101

Color Harmonies of #57CCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CCE1

Black with #57CCE1

Text Example


Text Example

White with #57CCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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