Html Css Color HEX #61EAE9 Turquoise Blue

📋 copy color: '#61EAE9'

red 97 ◦ green 234 ◦ blue 233

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

Shades of Turquoise Blue #61EAE9

Tints of Turquoise Blue #61EAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.31%

R = 17.2%
G = 41.49%
B = 41.31%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#61EAE9 (or 0x61EAE9) is known color: Turquoise Blue. HEX triplet: 61, EA and E9. RGB value is (97,234,233). Sum of RGB (Red+Green+Blue) = 97+234+233=564 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.20% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #61EAE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EAE9 is #9E1516. Grayscale: #C0C0C0. Windows color (decimal): -10360087 or 15329889. OLE color: 15329889.

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

Color convert

RGB 97 234 233 -
CMYK 0.59 0 0.00 0.08
HSL 179.56º 0.77% 0.65% -
HSV(B) 179.56º 0.59% 0.92% -
XYZ 49.06 67.27 87.49 -
YUV 192.92 150.61 59.58 -
System Red Green Blue C M Y K H S L
Decimal 97 234 233 0.59 0 0.00 0.08 179.56 0.77 0.65
Hex 61 EA E9 3B 0 0 8 B4 4D 41
Octal 141 352 351 73 0 0 10 264 115 101
Binary 1100001 11101010 11101001 111011 0 0 1000 10110100 1001101 1000001

Color Harmonies of #61EAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EAE9

Black with #61EAE9

Text Example


Text Example

White with #61EAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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