Html Css Color HEX #61D9DE Turquoise Blue

📋 copy color: '#61D9DE'

red 97 ◦ green 217 ◦ blue 222

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

Shades of Turquoise Blue #61D9DE

Tints of Turquoise Blue #61D9DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.42%

R = 18.1%
G = 40.49%
B = 41.42%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#61D9DE (or 0x61D9DE) is known color: Turquoise Blue. HEX triplet: 61, D9 and DE. RGB value is (97,217,222). Sum of RGB (Red+Green+Blue) = 97+217+222=536 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.10% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #61D9DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D9DE is #9E2621. Grayscale: #B5B5B5. Windows color (decimal): -10364450 or 14604641. OLE color: 14604641.

HSL color Cylindrical-coordinate representation of color #61D9DE: hue angle of 182.4º 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 #61D9DE is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 217 222 -
CMYK 0.56 0.02 0 0.13
HSL 182.4º 0.65% 0.63% -
HSV(B) 182.4º 0.56% 0.87% -
XYZ 42.93 57.44 77.93 -
YUV 181.69 150.74 67.59 -
System Red Green Blue C M Y K H S L
Decimal 97 217 222 0.56 0.02 0 0.13 182.4 0.65 0.63
Hex 61 D9 DE 38 2 0 D B6 41 3F
Octal 141 331 336 70 2 0 15 266 101 77
Binary 1100001 11011001 11011110 111000 10 0 1101 10110110 1000001 111111

Color Harmonies of #61D9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D9DE

Black with #61D9DE

Text Example


Text Example

White with #61D9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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