Html Css Color HEX #61CCD0 Medium Turquoise

📋 copy color: '#61CCD0'

red 97 ◦ green 204 ◦ blue 208

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

Shades of Medium Turquoise #61CCD0

Tints of Medium Turquoise #61CCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.86%

R = 19.06%
G = 40.08%
B = 40.86%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#61CCD0 (or 0x61CCD0) is known color: Medium Turquoise. HEX triplet: 61, CC and D0. RGB value is (97,204,208). Sum of RGB (Red+Green+Blue) = 97+204+208=509 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.06% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #61CCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CCD0 is #9E332F. Grayscale: #ACACAC. Windows color (decimal): -10367792 or 13683809. OLE color: 13683809.

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

Color convert

RGB 97 204 208 -
CMYK 0.53 0.02 0 0.18
HSL 182.16º 0.54% 0.6% -
HSV(B) 182.16º 0.53% 0.82% -
XYZ 37.91 50.28 67.38 -
YUV 172.46 148.05 74.17 -
System Red Green Blue C M Y K H S L
Decimal 97 204 208 0.53 0.02 0 0.18 182.16 0.54 0.6
Hex 61 CC D0 35 2 0 12 B6 36 3C
Octal 141 314 320 65 2 0 22 266 66 74
Binary 1100001 11001100 11010000 110101 10 0 10010 10110110 110110 111100

Color Harmonies of #61CCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CCD0

Black with #61CCD0

Text Example


Text Example

White with #61CCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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