Html Css Color HEX #57CDD8 Medium Turquoise

📋 copy color: '#57CDD8'

red 87 ◦ green 205 ◦ blue 216

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

Shades of Medium Turquoise #57CDD8

Tints of Medium Turquoise #57CDD8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.35%

 BLUE value IS 216 (84.77% from 255) = 42.52%

R = 17.13%
G = 40.35%
B = 42.52%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#57CDD8 (or 0x57CDD8) is known color: Medium Turquoise. HEX triplet: 57, CD and D8. RGB value is (87,205,216). Sum of RGB (Red+Green+Blue) = 87+205+216=508 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.13% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #57CDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CDD8 is #A83227. Grayscale: #AAAAAA. Windows color (decimal): -11022888 or 14208343. OLE color: 14208343.

HSL color Cylindrical-coordinate representation of color #57CDD8: hue angle of 185.12º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57CDD8 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 205 216 -
CMYK 0.60 0.05 0 0.15
HSL 185.12º 0.62% 0.59% -
HSV(B) 185.12º 0.6% 0.85% -
XYZ 38.16 50.65 72.73 -
YUV 170.97 153.41 68.11 -
System Red Green Blue C M Y K H S L
Decimal 87 205 216 0.60 0.05 0 0.15 185.12 0.62 0.59
Hex 57 CD D8 3C 5 0 F B9 3E 3B
Octal 127 315 330 74 5 0 17 271 76 73
Binary 1010111 11001101 11011000 111100 101 0 1111 10111001 111110 111011

Color Harmonies of #57CDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CDD8

Black with #57CDD8

Text Example


Text Example

White with #57CDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,205,216); }

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

background-color css

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

 a { background-color: rgb(87,205,216); }

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

border-color css

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

 span { border-color: rgb(87,205,216); }

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