Html Css Color HEX #57CCDB Medium Turquoise

📋 copy color: '#57CCDB'

red 87 ◦ green 204 ◦ blue 219

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

Shades of Medium Turquoise #57CCDB

Tints of Medium Turquoise #57CCDB

RGB

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

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

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

R = 17.06%
G = 40%
B = 42.94%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#57CCDB (or 0x57CCDB) is known color: Medium Turquoise. HEX triplet: 57, CC and DB. RGB value is (87,204,219). Sum of RGB (Red+Green+Blue) = 87+204+219=510 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.06% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #57CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CCDB is #A83324. Grayscale: #AAAAAA. Windows color (decimal): -11023141 or 14404695. OLE color: 14404695.

HSL color Cylindrical-coordinate representation of color #57CCDB: hue angle of 186.82º 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 #57CCDB is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 204 219 -
CMYK 0.60 0.07 0 0.14
HSL 186.82º 0.65% 0.6% -
HSV(B) 186.82º 0.6% 0.86% -
XYZ 38.31 50.33 74.71 -
YUV 170.73 155.24 68.28 -
System Red Green Blue C M Y K H S L
Decimal 87 204 219 0.60 0.07 0 0.14 186.82 0.65 0.6
Hex 57 CC DB 3C 7 0 E BB 41 3C
Octal 127 314 333 74 7 0 16 273 101 74
Binary 1010111 11001100 11011011 111100 111 0 1110 10111011 1000001 111100

Color Harmonies of #57CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CCDB

Black with #57CCDB

Text Example


Text Example

White with #57CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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