Html Css Color HEX #57CBCC Medium Turquoise

📋 copy color: '#57CBCC'

red 87 ◦ green 203 ◦ blue 204

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

Shades of Medium Turquoise #57CBCC

Tints of Medium Turquoise #57CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.09%

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 17.61%
G = 41.09%
B = 41.3%

CMYK

 C value IS 0.57

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#57CBCC (or 0x57CBCC) is known color: Medium Turquoise. HEX triplet: 57, CB and CC. RGB value is (87,203,204). Sum of RGB (Red+Green+Blue) = 87+203+204=494 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.61% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #57CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CBCC is #A83433. Grayscale: #A8A8A8. Windows color (decimal): -11023412 or 13421399. OLE color: 13421399.

HSL color Cylindrical-coordinate representation of color #57CBCC: hue angle of 180.51º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57CBCC is Cyan = 0.57, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 203 204 -
CMYK 0.57 0.00 0 0.2
HSL 180.51º 0.53% 0.57% -
HSV(B) 180.51º 0.57% 0.8% -
XYZ 36.19 49.1 64.7 -
YUV 168.43 148.07 69.92 -
System Red Green Blue C M Y K H S L
Decimal 87 203 204 0.57 0.00 0 0.2 180.51 0.53 0.57
Hex 57 CB CC 39 0 0 14 B5 35 39
Octal 127 313 314 71 0 0 24 265 65 71
Binary 1010111 11001011 11001100 111001 0 0 10100 10110101 110101 111001

Color Harmonies of #57CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CBCC

Black with #57CBCC

Text Example


Text Example

White with #57CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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