Html Css Color HEX #61E6DD Turquoise Blue

📋 copy color: '#61E6DD'

red 97 ◦ green 230 ◦ blue 221

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

Shades of Turquoise Blue #61E6DD

Tints of Turquoise Blue #61E6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.97%

 BLUE value IS 221 (86.72% from 255) = 40.33%

R = 17.7%
G = 41.97%
B = 40.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#61E6DD (or 0x61E6DD) is known color: Turquoise Blue. HEX triplet: 61, E6 and DD. RGB value is (97,230,221). Sum of RGB (Red+Green+Blue) = 97+230+221=548 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.70% from 548); Green value is 230 (90.23% from 255 or 41.97% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 230 - color contains mainly: green. Hex color #61E6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E6DD is #9E1922. Grayscale: #BDBDBD. Windows color (decimal): -10361123 or 14542433. OLE color: 14542433.

HSL color Cylindrical-coordinate representation of color #61E6DD: hue angle of 175.94º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E6DD is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 97 230 221 -
CMYK 0.58 0 0.04 0.10
HSL 175.94º 0.73% 0.64% -
HSV(B) 175.94º 0.58% 0.9% -
XYZ 46.28 64.36 78.39 -
YUV 189.21 145.94 62.23 -
System Red Green Blue C M Y K H S L
Decimal 97 230 221 0.58 0 0.04 0.10 175.94 0.73 0.64
Hex 61 E6 DD 3A 0 4 A B0 49 40
Octal 141 346 335 72 0 4 12 260 111 100
Binary 1100001 11100110 11011101 111010 0 100 1010 10110000 1001001 1000000

Color Harmonies of #61E6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E6DD

Black with #61E6DD

Text Example


Text Example

White with #61E6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,230,221); }

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

background-color css

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

 a { background-color: rgb(97,230,221); }

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

border-color css

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

 span { border-color: rgb(97,230,221); }

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