Html Css Color HEX #61C9D1 Medium Turquoise

📋 copy color: '#61C9D1'

red 97 ◦ green 201 ◦ blue 209

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

Shades of Medium Turquoise #61C9D1

Tints of Medium Turquoise #61C9D1

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.64%

 BLUE value IS 209 (82.03% from 255) = 41.22%

R = 19.13%
G = 39.64%
B = 41.22%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#61C9D1 (or 0x61C9D1) is known color: Medium Turquoise. HEX triplet: 61, C9 and D1. RGB value is (97,201,209). Sum of RGB (Red+Green+Blue) = 97+201+209=507 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.13% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #61C9D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C9D1 is #9E362E. Grayscale: #AAAAAA. Windows color (decimal): -10368559 or 13748577. OLE color: 13748577.

HSL color Cylindrical-coordinate representation of color #61C9D1: hue angle of 184.29º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61C9D1 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 201 209 -
CMYK 0.54 0.04 0 0.18
HSL 184.29º 0.55% 0.6% -
HSV(B) 184.29º 0.54% 0.82% -
XYZ 37.33 48.92 67.8 -
YUV 170.82 149.54 75.35 -
System Red Green Blue C M Y K H S L
Decimal 97 201 209 0.54 0.04 0 0.18 184.29 0.55 0.6
Hex 61 C9 D1 36 4 0 12 B8 37 3C
Octal 141 311 321 66 4 0 22 270 67 74
Binary 1100001 11001001 11010001 110110 100 0 10010 10111000 110111 111100

Color Harmonies of #61C9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C9D1

Black with #61C9D1

Text Example


Text Example

White with #61C9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,201,209); }

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

background-color css

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

 a { background-color: rgb(97,201,209); }

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

border-color css

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

 span { border-color: rgb(97,201,209); }

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