Html Css Color HEX #57CFCB Medium Turquoise

📋 copy color: '#57CFCB'

red 87 ◦ green 207 ◦ blue 203

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

Shades of Medium Turquoise #57CFCB

Tints of Medium Turquoise #57CFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 17.51%
G = 41.65%
B = 40.85%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#57CFCB (or 0x57CFCB) is known color: Medium Turquoise. HEX triplet: 57, CF and CB. RGB value is (87,207,203). Sum of RGB (Red+Green+Blue) = 87+207+203=497 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.51% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #57CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CFCB is #A83034. Grayscale: #AAAAAA. Windows color (decimal): -11022389 or 13356887. OLE color: 13356887.

HSL color Cylindrical-coordinate representation of color #57CFCB: hue angle of 178º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57CFCB is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 207 203 -
CMYK 0.58 0 0.02 0.19
HSL 178º 0.56% 0.58% -
HSV(B) 178º 0.58% 0.81% -
XYZ 37.02 50.96 64.39 -
YUV 170.66 146.24 68.33 -
System Red Green Blue C M Y K H S L
Decimal 87 207 203 0.58 0 0.02 0.19 178 0.56 0.58
Hex 57 CF CB 3A 0 2 13 B2 38 3A
Octal 127 317 313 72 0 2 23 262 70 72
Binary 1010111 11001111 11001011 111010 0 10 10011 10110010 111000 111010

Color Harmonies of #57CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CFCB

Black with #57CFCB

Text Example


Text Example

White with #57CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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