Html Css Color HEX #61CECE Medium Turquoise

📋 copy color: '#61CECE'

red 97 ◦ green 206 ◦ blue 206

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

Shades of Medium Turquoise #61CECE

Tints of Medium Turquoise #61CECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 19.06%
G = 40.47%
B = 40.47%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#61CECE (or 0x61CECE) is known color: Medium Turquoise. HEX triplet: 61, CE and CE. RGB value is (97,206,206). Sum of RGB (Red+Green+Blue) = 97+206+206=509 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.06% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #61CECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CECE is #9E3131. Grayscale: #ADADAD. Windows color (decimal): -10367282 or 13553249. OLE color: 13553249.

HSL color Cylindrical-coordinate representation of color #61CECE: hue angle of 180º 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 #61CECE is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 206 206 -
CMYK 0.53 0 0 0.19
HSL 180º 0.53% 0.59% -
HSV(B) 180º 0.53% 0.81% -
XYZ 38.14 51.14 66.25 -
YUV 173.41 146.39 73.5 -
System Red Green Blue C M Y K H S L
Decimal 97 206 206 0.53 0 0 0.19 180 0.53 0.59
Hex 61 CE CE 35 0 0 13 B4 35 3B
Octal 141 316 316 65 0 0 23 264 65 73
Binary 1100001 11001110 11001110 110101 0 0 10011 10110100 110101 111011

Color Harmonies of #61CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CECE

Black with #61CECE

Text Example


Text Example

White with #61CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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