Html Css Color HEX #61D9DB Turquoise Blue

📋 copy color: '#61D9DB'

red 97 ◦ green 217 ◦ blue 219

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

Shades of Turquoise Blue #61D9DB

Tints of Turquoise Blue #61D9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.09%

R = 18.2%
G = 40.71%
B = 41.09%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#61D9DB (or 0x61D9DB) is known color: Turquoise Blue. HEX triplet: 61, D9 and DB. RGB value is (97,217,219). Sum of RGB (Red+Green+Blue) = 97+217+219=533 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.20% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #61D9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D9DB is #9E2624. Grayscale: #B5B5B5. Windows color (decimal): -10364453 or 14408033. OLE color: 14408033.

HSL color Cylindrical-coordinate representation of color #61D9DB: hue angle of 180.98º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61D9DB is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 217 219 -
CMYK 0.56 0.01 0 0.14
HSL 180.98º 0.63% 0.62% -
HSV(B) 180.98º 0.56% 0.86% -
XYZ 42.53 57.28 75.83 -
YUV 181.35 149.24 67.84 -
System Red Green Blue C M Y K H S L
Decimal 97 217 219 0.56 0.01 0 0.14 180.98 0.63 0.62
Hex 61 D9 DB 38 1 0 E B5 3F 3E
Octal 141 331 333 70 1 0 16 265 77 76
Binary 1100001 11011001 11011011 111000 1 0 1110 10110101 111111 111110

Color Harmonies of #61D9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D9DB

Black with #61D9DB

Text Example


Text Example

White with #61D9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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