Html Css Color HEX #61CECC Medium Turquoise

📋 copy color: '#61CECC'

red 97 ◦ green 206 ◦ blue 204

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

Shades of Medium Turquoise #61CECC

Tints of Medium Turquoise #61CECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.63%

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 19.13%
G = 40.63%
B = 40.24%

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

#61CECC (or 0x61CECC) is known color: Medium Turquoise. HEX triplet: 61, CE and CC. RGB value is (97,206,204). Sum of RGB (Red+Green+Blue) = 97+206+204=507 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.13% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #61CECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CECC is #9E3133. Grayscale: #ADADAD. Windows color (decimal): -10367284 or 13422177. OLE color: 13422177.

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

Color convert

RGB 97 206 204 -
CMYK 0.53 0 0.01 0.19
HSL 178.9º 0.53% 0.59% -
HSV(B) 178.9º 0.53% 0.81% -
XYZ 37.9 51.04 64.98 -
YUV 173.18 145.39 73.66 -
System Red Green Blue C M Y K H S L
Decimal 97 206 204 0.53 0 0.01 0.19 178.9 0.53 0.59
Hex 61 CE CC 35 0 1 13 B3 35 3B
Octal 141 316 314 65 0 1 23 263 65 73
Binary 1100001 11001110 11001100 110101 0 1 10011 10110011 110101 111011

Color Harmonies of #61CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CECC

Black with #61CECC

Text Example


Text Example

White with #61CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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