Html Css Color HEX #57DBCF Medium Turquoise

📋 copy color: '#57DBCF'

red 87 ◦ green 219 ◦ blue 207

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

Shades of Medium Turquoise #57DBCF

Tints of Medium Turquoise #57DBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.69%

 BLUE value IS 207 (81.25% from 255) = 40.35%

R = 16.96%
G = 42.69%
B = 40.35%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#57DBCF (or 0x57DBCF) is known color: Medium Turquoise. HEX triplet: 57, DB and CF. RGB value is (87,219,207). Sum of RGB (Red+Green+Blue) = 87+219+207=513 (67% of max value = 765). Red value is 87 (34.38% from 255 or 16.96% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #57DBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DBCF is #A82430. Grayscale: #B2B2B2. Windows color (decimal): -11019313 or 13622103. OLE color: 13622103.

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

Color convert

RGB 87 219 207 -
CMYK 0.60 0 0.05 0.14
HSL 174.55º 0.65% 0.6% -
HSV(B) 174.55º 0.6% 0.86% -
XYZ 40.52 57.19 67.94 -
YUV 178.16 144.27 62.98 -
System Red Green Blue C M Y K H S L
Decimal 87 219 207 0.60 0 0.05 0.14 174.55 0.65 0.6
Hex 57 DB CF 3C 0 5 E AF 41 3C
Octal 127 333 317 74 0 5 16 257 101 74
Binary 1010111 11011011 11001111 111100 0 101 1110 10101111 1000001 111100

Color Harmonies of #57DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DBCF

Black with #57DBCF

Text Example


Text Example

White with #57DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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