Html Css Color HEX #61D9D7 Turquoise Blue

📋 copy color: '#61D9D7'

red 97 ◦ green 217 ◦ blue 215

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

Shades of Turquoise Blue #61D9D7

Tints of Turquoise Blue #61D9D7

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.02%

 BLUE value IS 215 (84.38% from 255) = 40.64%

R = 18.34%
G = 41.02%
B = 40.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#61D9D7 (or 0x61D9D7) is known color: Turquoise Blue. HEX triplet: 61, D9 and D7. RGB value is (97,217,215). Sum of RGB (Red+Green+Blue) = 97+217+215=529 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.34% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #61D9D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D9D7 is #9E2628. Grayscale: #B4B4B4. Windows color (decimal): -10364457 or 14145889. OLE color: 14145889.

HSL color Cylindrical-coordinate representation of color #61D9D7: hue angle of 179º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D9D7 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 217 215 -
CMYK 0.55 0 0.01 0.15
HSL 179º 0.61% 0.62% -
HSV(B) 179º 0.55% 0.85% -
XYZ 42.01 57.07 73.09 -
YUV 180.89 147.24 68.16 -
System Red Green Blue C M Y K H S L
Decimal 97 217 215 0.55 0 0.01 0.15 179 0.61 0.62
Hex 61 D9 D7 37 0 1 F B3 3D 3E
Octal 141 331 327 67 0 1 17 263 75 76
Binary 1100001 11011001 11010111 110111 0 1 1111 10110011 111101 111110

Color Harmonies of #61D9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D9D7

Black with #61D9D7

Text Example


Text Example

White with #61D9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,217,215); }

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

background-color css

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

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

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

border-color css

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

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

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