Html Css Color HEX #57CBCF Medium Turquoise

📋 copy color: '#57CBCF'

red 87 ◦ green 203 ◦ blue 207

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

Shades of Medium Turquoise #57CBCF

Tints of Medium Turquoise #57CBCF

RGB

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

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

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

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

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #57CBCF: hue angle of 182º 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 #57CBCF is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 203 207 -
CMYK 0.58 0.02 0 0.19
HSL 182º 0.56% 0.58% -
HSV(B) 182º 0.58% 0.81% -
XYZ 36.55 49.24 66.61 -
YUV 168.77 149.57 69.67 -
System Red Green Blue C M Y K H S L
Decimal 87 203 207 0.58 0.02 0 0.19 182 0.56 0.58
Hex 57 CB CF 3A 2 0 13 B6 38 3A
Octal 127 313 317 72 2 0 23 266 70 72
Binary 1010111 11001011 11001111 111010 10 0 10011 10110110 111000 111010

Color Harmonies of #57CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CBCF

Black with #57CBCF

Text Example


Text Example

White with #57CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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