Html Css Color HEX #57CBCB Medium Turquoise

📋 copy color: '#57CBCB'

red 87 ◦ green 203 ◦ blue 203

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

Shades of Medium Turquoise #57CBCB

Tints of Medium Turquoise #57CBCB

RGB

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

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

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

R = 17.65%
G = 41.18%
B = 41.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#57CBCB (or 0x57CBCB) is known color: Medium Turquoise. HEX triplet: 57, CB and CB. RGB value is (87,203,203). Sum of RGB (Red+Green+Blue) = 87+203+203=493 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.65% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #57CBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CBCB is #A83434. Grayscale: #A8A8A8. Windows color (decimal): -11023413 or 13355863. OLE color: 13355863.

HSL color Cylindrical-coordinate representation of color #57CBCB: hue angle of 180º 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 #57CBCB is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 203 203 -
CMYK 0.57 0 0 0.20
HSL 180º 0.53% 0.57% -
HSV(B) 180º 0.57% 0.8% -
XYZ 36.07 49.05 64.07 -
YUV 168.32 147.57 70 -
System Red Green Blue C M Y K H S L
Decimal 87 203 203 0.57 0 0 0.20 180 0.53 0.57
Hex 57 CB CB 39 0 0 14 B4 35 39
Octal 127 313 313 71 0 0 24 264 65 71
Binary 1010111 11001011 11001011 111001 0 0 10100 10110100 110101 111001

Color Harmonies of #57CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CBCB

Black with #57CBCB

Text Example


Text Example

White with #57CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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