Html Css Color HEX #57CDDB Medium Turquoise

📋 copy color: '#57CDDB'

red 87 ◦ green 205 ◦ blue 219

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

Shades of Medium Turquoise #57CDDB

Tints of Medium Turquoise #57CDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.86%

R = 17.03%
G = 40.12%
B = 42.86%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#57CDDB (or 0x57CDDB) is known color: Medium Turquoise. HEX triplet: 57, CD and DB. RGB value is (87,205,219). Sum of RGB (Red+Green+Blue) = 87+205+219=511 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.03% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #57CDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CDDB is #A83224. Grayscale: #ABABAB. Windows color (decimal): -11022885 or 14404951. OLE color: 14404951.

HSL color Cylindrical-coordinate representation of color #57CDDB: hue angle of 186.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57CDDB is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 205 219 -
CMYK 0.60 0.06 0 0.14
HSL 186.36º 0.65% 0.6% -
HSV(B) 186.36º 0.6% 0.86% -
XYZ 38.55 50.8 74.79 -
YUV 171.31 154.91 67.86 -
System Red Green Blue C M Y K H S L
Decimal 87 205 219 0.60 0.06 0 0.14 186.36 0.65 0.6
Hex 57 CD DB 3C 6 0 E BA 41 3C
Octal 127 315 333 74 6 0 16 272 101 74
Binary 1010111 11001101 11011011 111100 110 0 1110 10111010 1000001 111100

Color Harmonies of #57CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CDDB

Black with #57CDDB

Text Example


Text Example

White with #57CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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