#61CCCD

Color #61CCCD Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #61CCCD

Tints of Medium Turquoise #61CCCD

Color information

#61CCCD (or 0x61CCCD) is unknown color: approx Medium Turquoise. HEX triplet: 61, CC and CD. RGB value is (97,204,205). Sum of RGB (Red+Green+Blue) = 97+204+205=506 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.17% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #61CCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CCCD is #9E3332. Grayscale: #ACACAC. Windows color (decimal): -10367795 or 13487201. OLE color: 13487201.

HSL color Cylindrical-coordinate representation of color #61CCCD: hue angle of 180.56º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CCCD is Cyan = 0.53, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97204205-
CMYK0.530.0000.20
HSL180.56º51.92%59.22%-
HSV(B)180.56º52.68%80.39%-
XYZ37.5450.1365.46-
YUV172.12146.5574.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.17%
GREEN value IS 204 (80.08% from 255) = 40.32%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=19.17%
G=40.32%
B=40.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972042050.530.0000.20180.5651.9259.22
Hex61CCCD350014b5343b
Octal1413143156500242656473
Binary11000011100110011001101110101001010010110101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61CCCD;
 }
 .AnyTagClassName
 {
   color: #61CCCD;
 }
</style>
background-color css

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

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

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

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

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

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