Html Css Color HEX #61EADA Turquoise Blue

📋 copy color: '#61EADA'

red 97 ◦ green 234 ◦ blue 218

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

Shades of Turquoise Blue #61EADA

Tints of Turquoise Blue #61EADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.71%

R = 17.67%
G = 42.62%
B = 39.71%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#61EADA (or 0x61EADA) is known color: Turquoise Blue. HEX triplet: 61, EA and DA. RGB value is (97,234,218). Sum of RGB (Red+Green+Blue) = 97+234+218=549 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.67% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #61EADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EADA is #9E1525. Grayscale: #BFBFBF. Windows color (decimal): -10360102 or 14346849. OLE color: 14346849.

HSL color Cylindrical-coordinate representation of color #61EADA: hue angle of 172.99º 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 #61EADA is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 234 218 -
CMYK 0.59 0 0.07 0.08
HSL 172.99º 0.77% 0.65% -
HSV(B) 172.99º 0.59% 0.92% -
XYZ 47.01 66.45 76.68 -
YUV 191.21 143.11 60.8 -
System Red Green Blue C M Y K H S L
Decimal 97 234 218 0.59 0 0.07 0.08 172.99 0.77 0.65
Hex 61 EA DA 3B 0 7 8 AD 4D 41
Octal 141 352 332 73 0 7 10 255 115 101
Binary 1100001 11101010 11011010 111011 0 111 1000 10101101 1001101 1000001

Color Harmonies of #61EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EADA

Black with #61EADA

Text Example


Text Example

White with #61EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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