Html Css Color HEX #61DEDB Turquoise Blue

📋 copy color: '#61DEDB'

red 97 ◦ green 222 ◦ blue 219

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

Shades of Turquoise Blue #61DEDB

Tints of Turquoise Blue #61DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.26%

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

R = 18.03%
G = 41.26%
B = 40.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#61DEDB (or 0x61DEDB) is known color: Turquoise Blue. HEX triplet: 61, DE and DB. RGB value is (97,222,219). Sum of RGB (Red+Green+Blue) = 97+222+219=538 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.03% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #61DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DEDB is #9E2124. Grayscale: #B8B8B8. Windows color (decimal): -10363173 or 14409313. OLE color: 14409313.

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

Color convert

RGB 97 222 219 -
CMYK 0.56 0 0.01 0.13
HSL 178.56º 0.65% 0.63% -
HSV(B) 178.56º 0.56% 0.87% -
XYZ 43.84 59.9 76.27 -
YUV 184.28 147.59 65.74 -
System Red Green Blue C M Y K H S L
Decimal 97 222 219 0.56 0 0.01 0.13 178.56 0.65 0.63
Hex 61 DE DB 38 0 1 D B3 41 3F
Octal 141 336 333 70 0 1 15 263 101 77
Binary 1100001 11011110 11011011 111000 0 1 1101 10110011 1000001 111111

Color Harmonies of #61DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DEDB

Black with #61DEDB

Text Example


Text Example

White with #61DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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