Html Css Color HEX #61C7CA Medium Turquoise

📋 copy color: '#61C7CA'

red 97 ◦ green 199 ◦ blue 202

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

Shades of Medium Turquoise #61C7CA

Tints of Medium Turquoise #61C7CA

RGB

 RED value IS 97 (38.28% from 255) = 19.48%

 GREEN value IS 199 (78.13% from 255) = 39.96%

 BLUE value IS 202 (79.3% from 255) = 40.56%

R = 19.48%
G = 39.96%
B = 40.56%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#61C7CA (or 0x61C7CA) is known color: Medium Turquoise. HEX triplet: 61, C7 and CA. RGB value is (97,199,202). Sum of RGB (Red+Green+Blue) = 97+199+202=498 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.48% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #61C7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C7CA is #9E3835. Grayscale: #A8A8A8. Windows color (decimal): -10369078 or 13289313. OLE color: 13289313.

HSL color Cylindrical-coordinate representation of color #61C7CA: hue angle of 181.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61C7CA is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 199 202 -
CMYK 0.52 0.01 0 0.21
HSL 181.71º 0.5% 0.59% -
HSV(B) 181.71º 0.52% 0.79% -
XYZ 36.01 47.65 63.18 -
YUV 168.84 146.71 76.76 -
System Red Green Blue C M Y K H S L
Decimal 97 199 202 0.52 0.01 0 0.21 181.71 0.5 0.59
Hex 61 C7 CA 34 1 0 15 B6 32 3B
Octal 141 307 312 64 1 0 25 266 62 73
Binary 1100001 11000111 11001010 110100 1 0 10101 10110110 110010 111011

Color Harmonies of #61C7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C7CA

Black with #61C7CA

Text Example


Text Example

White with #61C7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61C7CA; }

 p { color: rgb(97,199,202); }

 H1.HeaderClassName
 {
   color: #61C7CA;
 }
 .AnyTagClassName
 {
   color: #61C7CA;
 }
</style>

background-color css

<style>
 a { background-color: #61C7CA; }

 a { background-color: rgb(97,199,202); }

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

border-color css

<style>
 span { border-color: #61C7CA; }

 span { border-color: rgb(97,199,202); }

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