Html Css Color HEX #61EADB Turquoise Blue

📋 copy color: '#61EADB'

red 97 ◦ green 234 ◦ blue 219

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

Shades of Turquoise Blue #61EADB

Tints of Turquoise Blue #61EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.55%

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

R = 17.64%
G = 42.55%
B = 39.82%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#61EADB (or 0x61EADB) is known color: Turquoise Blue. HEX triplet: 61, EA and DB. RGB value is (97,234,219). Sum of RGB (Red+Green+Blue) = 97+234+219=550 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.64% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #61EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EADB is #9E1524. Grayscale: #BFBFBF. Windows color (decimal): -10360101 or 14412385. OLE color: 14412385.

HSL color Cylindrical-coordinate representation of color #61EADB: hue angle of 173.43º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EADB is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 234 219 -
CMYK 0.59 0 0.06 0.08
HSL 173.43º 0.77% 0.65% -
HSV(B) 173.43º 0.59% 0.92% -
XYZ 47.14 66.5 77.37 -
YUV 191.33 143.61 60.72 -
System Red Green Blue C M Y K H S L
Decimal 97 234 219 0.59 0 0.06 0.08 173.43 0.77 0.65
Hex 61 EA DB 3B 0 6 8 AD 4D 41
Octal 141 352 333 73 0 6 10 255 115 101
Binary 1100001 11101010 11011011 111011 0 110 1000 10101101 1001101 1000001

Color Harmonies of #61EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EADB

Black with #61EADB

Text Example


Text Example

White with #61EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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