Html Css Color HEX #61DCDB Turquoise Blue

📋 copy color: '#61DCDB'

red 97 ◦ green 220 ◦ blue 219

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

Shades of Turquoise Blue #61DCDB

Tints of Turquoise Blue #61DCDB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.04%

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

R = 18.1%
G = 41.04%
B = 40.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#61DCDB (or 0x61DCDB) is known color: Turquoise Blue. HEX triplet: 61, DC and DB. RGB value is (97,220,219). Sum of RGB (Red+Green+Blue) = 97+220+219=536 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.10% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCDB is #9E2324. Grayscale: #B6B6B6. Windows color (decimal): -10363685 or 14408801. OLE color: 14408801.

HSL color Cylindrical-coordinate representation of color #61DCDB: hue angle of 179.51º degrees, saturation: 0.64, 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 #61DCDB is Cyan = 0.56, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 220 219 -
CMYK 0.56 0 0.00 0.14
HSL 179.51º 0.64% 0.62% -
HSV(B) 179.51º 0.56% 0.86% -
XYZ 43.31 58.84 76.09 -
YUV 183.11 148.25 66.58 -
System Red Green Blue C M Y K H S L
Decimal 97 220 219 0.56 0 0.00 0.14 179.51 0.64 0.62
Hex 61 DC DB 38 0 0 E B4 40 3E
Octal 141 334 333 70 0 0 16 264 100 76
Binary 1100001 11011100 11011011 111000 0 0 1110 10110100 1000000 111110

Color Harmonies of #61DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DCDB

Black with #61DCDB

Text Example


Text Example

White with #61DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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