Html Css Color HEX #61CCCB Medium Turquoise

📋 copy color: '#61CCCB'

red 97 ◦ green 204 ◦ blue 203

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

Shades of Medium Turquoise #61CCCB

Tints of Medium Turquoise #61CCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.28%

R = 19.25%
G = 40.48%
B = 40.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#61CCCB (or 0x61CCCB) is known color: Medium Turquoise. HEX triplet: 61, CC and CB. RGB value is (97,204,203). Sum of RGB (Red+Green+Blue) = 97+204+203=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #61CCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CCCB is #9E3334. Grayscale: #ABABAB. Windows color (decimal): -10367797 or 13356129. OLE color: 13356129.

HSL color Cylindrical-coordinate representation of color #61CCCB: hue angle of 179.44º 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 #61CCCB is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 204 203 -
CMYK 0.52 0 0.00 0.2
HSL 179.44º 0.51% 0.59% -
HSV(B) 179.44º 0.52% 0.8% -
XYZ 37.3 50.04 64.19 -
YUV 171.89 145.55 74.58 -
System Red Green Blue C M Y K H S L
Decimal 97 204 203 0.52 0 0.00 0.2 179.44 0.51 0.59
Hex 61 CC CB 34 0 0 14 B3 33 3B
Octal 141 314 313 64 0 0 24 263 63 73
Binary 1100001 11001100 11001011 110100 0 0 10100 10110011 110011 111011

Color Harmonies of #61CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CCCB

Black with #61CCCB

Text Example


Text Example

White with #61CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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