Html Css Color HEX #61CAD2 Medium Turquoise

📋 copy color: '#61CAD2'

red 97 ◦ green 202 ◦ blue 210

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

Shades of Medium Turquoise #61CAD2

Tints of Medium Turquoise #61CAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.26%

R = 19.06%
G = 39.69%
B = 41.26%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#61CAD2 (or 0x61CAD2) is known color: Medium Turquoise. HEX triplet: 61, CA and D2. RGB value is (97,202,210). Sum of RGB (Red+Green+Blue) = 97+202+210=509 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.06% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 210 - color contains mainly: blue. Hex color #61CAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CAD2 is #9E352D. Grayscale: #ABABAB. Windows color (decimal): -10368302 or 13814369. OLE color: 13814369.

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

Color convert

RGB 97 202 210 -
CMYK 0.54 0.04 0 0.18
HSL 184.25º 0.56% 0.6% -
HSV(B) 184.25º 0.54% 0.82% -
XYZ 37.68 49.44 68.53 -
YUV 171.52 149.71 74.85 -
System Red Green Blue C M Y K H S L
Decimal 97 202 210 0.54 0.04 0 0.18 184.25 0.56 0.6
Hex 61 CA D2 36 4 0 12 B8 38 3C
Octal 141 312 322 66 4 0 22 270 70 74
Binary 1100001 11001010 11010010 110110 100 0 10010 10111000 111000 111100

Color Harmonies of #61CAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CAD2

Black with #61CAD2

Text Example


Text Example

White with #61CAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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