Html Css Color HEX #61CFCD Medium Turquoise

📋 copy color: '#61CFCD'

red 97 ◦ green 207 ◦ blue 205

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

Shades of Medium Turquoise #61CFCD

Tints of Medium Turquoise #61CFCD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.67%

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 19.06%
G = 40.67%
B = 40.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#61CFCD (or 0x61CFCD) is known color: Medium Turquoise. HEX triplet: 61, CF and CD. RGB value is (97,207,205). Sum of RGB (Red+Green+Blue) = 97+207+205=509 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.06% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #61CFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CFCD is #9E3032. Grayscale: #ADADAD. Windows color (decimal): -10367027 or 13487969. OLE color: 13487969.

HSL color Cylindrical-coordinate representation of color #61CFCD: hue angle of 178.91º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CFCD is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 207 205 -
CMYK 0.53 0 0.01 0.19
HSL 178.91º 0.53% 0.6% -
HSV(B) 178.91º 0.53% 0.81% -
XYZ 38.26 51.57 65.7 -
YUV 173.88 145.56 73.16 -
System Red Green Blue C M Y K H S L
Decimal 97 207 205 0.53 0 0.01 0.19 178.91 0.53 0.6
Hex 61 CF CD 35 0 1 13 B3 35 3C
Octal 141 317 315 65 0 1 23 263 65 74
Binary 1100001 11001111 11001101 110101 0 1 10011 10110011 110101 111100

Color Harmonies of #61CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CFCD

Black with #61CFCD

Text Example


Text Example

White with #61CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,207,205); }

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

background-color css

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

 a { background-color: rgb(97,207,205); }

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

border-color css

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

 span { border-color: rgb(97,207,205); }

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