Html Css Color HEX #61EAE1 Turquoise Blue

📋 copy color: '#61EAE1'

red 97 ◦ green 234 ◦ blue 225

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

Shades of Turquoise Blue #61EAE1

Tints of Turquoise Blue #61EAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.47%

R = 17.45%
G = 42.09%
B = 40.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#61EAE1 (or 0x61EAE1) is known color: Turquoise Blue. HEX triplet: 61, EA and E1. RGB value is (97,234,225). Sum of RGB (Red+Green+Blue) = 97+234+225=556 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.45% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #61EAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EAE1 is #9E151E. Grayscale: #BFBFBF. Windows color (decimal): -10360095 or 14805601. OLE color: 14805601.

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

Color convert

RGB 97 234 225 -
CMYK 0.59 0 0.04 0.08
HSL 176.06º 0.77% 0.65% -
HSV(B) 176.06º 0.59% 0.92% -
XYZ 47.94 66.82 81.61 -
YUV 192.01 146.61 60.23 -
System Red Green Blue C M Y K H S L
Decimal 97 234 225 0.59 0 0.04 0.08 176.06 0.77 0.65
Hex 61 EA E1 3B 0 4 8 B0 4D 41
Octal 141 352 341 73 0 4 10 260 115 101
Binary 1100001 11101010 11100001 111011 0 100 1000 10110000 1001101 1000001

Color Harmonies of #61EAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EAE1

Black with #61EAE1

Text Example


Text Example

White with #61EAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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