Html Css Color HEX #61CCCF Medium Turquoise

📋 copy color: '#61CCCF'

red 97 ◦ green 204 ◦ blue 207

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

Shades of Medium Turquoise #61CCCF

Tints of Medium Turquoise #61CCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.16%

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

R = 19.09%
G = 40.16%
B = 40.75%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#61CCCF (or 0x61CCCF) is known color: Medium Turquoise. HEX triplet: 61, CC and CF. RGB value is (97,204,207). Sum of RGB (Red+Green+Blue) = 97+204+207=508 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.09% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #61CCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CCCF is #9E3330. Grayscale: #ACACAC. Windows color (decimal): -10367793 or 13618273. OLE color: 13618273.

HSL color Cylindrical-coordinate representation of color #61CCCF: hue angle of 181.64º 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 #61CCCF is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 204 207 -
CMYK 0.53 0.01 0 0.19
HSL 181.64º 0.53% 0.6% -
HSV(B) 181.64º 0.53% 0.81% -
XYZ 37.79 50.23 66.74 -
YUV 172.35 147.55 74.26 -
System Red Green Blue C M Y K H S L
Decimal 97 204 207 0.53 0.01 0 0.19 181.64 0.53 0.6
Hex 61 CC CF 35 1 0 13 B6 35 3C
Octal 141 314 317 65 1 0 23 266 65 74
Binary 1100001 11001100 11001111 110101 1 0 10011 10110110 110101 111100

Color Harmonies of #61CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CCCF

Black with #61CCCF

Text Example


Text Example

White with #61CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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