Html Css Color HEX #57CBD2 Medium Turquoise

📋 copy color: '#57CBD2'

red 87 ◦ green 203 ◦ blue 210

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

Shades of Medium Turquoise #57CBD2

Tints of Medium Turquoise #57CBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42%

R = 17.4%
G = 40.6%
B = 42%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#57CBD2 (or 0x57CBD2) is known color: Medium Turquoise. HEX triplet: 57, CB and D2. RGB value is (87,203,210). Sum of RGB (Red+Green+Blue) = 87+203+210=500 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.4% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 210 (82.42% from 255 or 42% from 500); Max value from RGB is 210 - color contains mainly: blue. Hex color #57CBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CBD2 is #A8342D. Grayscale: #A8A8A8. Windows color (decimal): -11023406 or 13814615. OLE color: 13814615.

HSL color Cylindrical-coordinate representation of color #57CBD2: hue angle of 183.41º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57CBD2 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 87 203 210 -
CMYK 0.59 0.03 0 0.18
HSL 183.41º 0.58% 0.58% -
HSV(B) 183.41º 0.59% 0.82% -
XYZ 36.92 49.39 68.56 -
YUV 169.11 151.07 69.43 -
System Red Green Blue C M Y K H S L
Decimal 87 203 210 0.59 0.03 0 0.18 183.41 0.58 0.58
Hex 57 CB D2 3B 3 0 12 B7 3A 3A
Octal 127 313 322 73 3 0 22 267 72 72
Binary 1010111 11001011 11010010 111011 11 0 10010 10110111 111010 111010

Color Harmonies of #57CBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CBD2

Black with #57CBD2

Text Example


Text Example

White with #57CBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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