Html Css Color HEX #61D8D9 Turquoise Blue

📋 copy color: '#61D8D9'

red 97 ◦ green 216 ◦ blue 217

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

Shades of Turquoise Blue #61D8D9

Tints of Turquoise Blue #61D8D9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.75%

 BLUE value IS 217 (85.16% from 255) = 40.94%

R = 18.3%
G = 40.75%
B = 40.94%

CMYK

 C value IS 0.55

 M value IS 0.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#61D8D9 (or 0x61D8D9) is known color: Turquoise Blue. HEX triplet: 61, D8 and D9. RGB value is (97,216,217). Sum of RGB (Red+Green+Blue) = 97+216+217=530 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.30% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 217 - color contains mainly: blue. Hex color #61D8D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D8D9 is #9E2726. Grayscale: #B4B4B4. Windows color (decimal): -10364711 or 14276705. OLE color: 14276705.

HSL color Cylindrical-coordinate representation of color #61D8D9: hue angle of 180.5º 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 #61D8D9 is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 216 217 -
CMYK 0.55 0.00 0 0.15
HSL 180.5º 0.61% 0.62% -
HSV(B) 180.5º 0.55% 0.85% -
XYZ 42.01 56.66 74.37 -
YUV 180.53 148.58 68.42 -
System Red Green Blue C M Y K H S L
Decimal 97 216 217 0.55 0.00 0 0.15 180.5 0.61 0.62
Hex 61 D8 D9 37 0 0 F B4 3D 3E
Octal 141 330 331 67 0 0 17 264 75 76
Binary 1100001 11011000 11011001 110111 0 0 1111 10110100 111101 111110

Color Harmonies of #61D8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D8D9

Black with #61D8D9

Text Example


Text Example

White with #61D8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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