Html Css Color HEX #61CCCC Medium Turquoise

📋 copy color: '#61CCCC'

red 97 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #61CCCC

Tints of Medium Turquoise #61CCCC

RGB

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

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

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

R = 19.21%
G = 40.4%
B = 40.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#61CCCC (or 0x61CCCC) is known color: Medium Turquoise. HEX triplet: 61, CC and CC. RGB value is (97,204,204). Sum of RGB (Red+Green+Blue) = 97+204+204=505 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.21% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #61CCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CCCC is #9E3333. Grayscale: #ABABAB. Windows color (decimal): -10367796 or 13421665. OLE color: 13421665.

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

Color convert

RGB 97 204 204 -
CMYK 0.52 0 0 0.2
HSL 180º 0.51% 0.59% -
HSV(B) 180º 0.52% 0.8% -
XYZ 37.42 50.09 64.82 -
YUV 172.01 146.05 74.5 -
System Red Green Blue C M Y K H S L
Decimal 97 204 204 0.52 0 0 0.2 180 0.51 0.59
Hex 61 CC CC 34 0 0 14 B4 33 3B
Octal 141 314 314 64 0 0 24 264 63 73
Binary 1100001 11001100 11001100 110100 0 0 10100 10110100 110011 111011

Color Harmonies of #61CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CCCC

Black with #61CCCC

Text Example


Text Example

White with #61CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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