Html Css Color HEX #57CFDB Medium Turquoise

📋 copy color: '#57CFDB'

red 87 ◦ green 207 ◦ blue 219

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

Shades of Medium Turquoise #57CFDB

Tints of Medium Turquoise #57CFDB

RGB

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

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

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

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

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 87 207 219 -
CMYK 0.60 0.05 0 0.14
HSL 185.45º 0.65% 0.6% -
HSV(B) 185.45º 0.6% 0.86% -
XYZ 39.03 51.77 74.95 -
YUV 172.49 154.24 67.02 -
System Red Green Blue C M Y K H S L
Decimal 87 207 219 0.60 0.05 0 0.14 185.45 0.65 0.6
Hex 57 CF DB 3C 5 0 E B9 41 3C
Octal 127 317 333 74 5 0 16 271 101 74
Binary 1010111 11001111 11011011 111100 101 0 1110 10111001 1000001 111100

Color Harmonies of #57CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CFDB

Black with #57CFDB

Text Example


Text Example

White with #57CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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