Html Css Color HEX #61CACF Medium Turquoise

📋 copy color: '#61CACF'

red 97 ◦ green 202 ◦ blue 207

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

Shades of Medium Turquoise #61CACF

Tints of Medium Turquoise #61CACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.92%

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 19.17%
G = 39.92%
B = 40.91%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#61CACF (or 0x61CACF) is known color: Medium Turquoise. HEX triplet: 61, CA and CF. RGB value is (97,202,207). Sum of RGB (Red+Green+Blue) = 97+202+207=506 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.17% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #61CACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CACF is #9E3530. Grayscale: #ABABAB. Windows color (decimal): -10368305 or 13617761. OLE color: 13617761.

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

Color convert

RGB 97 202 207 -
CMYK 0.53 0.02 0 0.19
HSL 182.73º 0.53% 0.6% -
HSV(B) 182.73º 0.53% 0.81% -
XYZ 37.31 49.29 66.58 -
YUV 171.18 148.21 75.09 -
System Red Green Blue C M Y K H S L
Decimal 97 202 207 0.53 0.02 0 0.19 182.73 0.53 0.6
Hex 61 CA CF 35 2 0 13 B7 35 3C
Octal 141 312 317 65 2 0 23 267 65 74
Binary 1100001 11001010 11001111 110101 10 0 10011 10110111 110101 111100

Color Harmonies of #61CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CACF

Black with #61CACF

Text Example


Text Example

White with #61CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,202,207); }

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

background-color css

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

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

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

border-color css

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

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

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