Html Css Color HEX #61EAE8 Turquoise Blue

📋 copy color: '#61EAE8'

red 97 ◦ green 234 ◦ blue 232

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

Shades of Turquoise Blue #61EAE8

Tints of Turquoise Blue #61EAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.21%

R = 17.23%
G = 41.56%
B = 41.21%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#61EAE8 (or 0x61EAE8) is known color: Turquoise Blue. HEX triplet: 61, EA and E8. RGB value is (97,234,232). Sum of RGB (Red+Green+Blue) = 97+234+232=563 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.23% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #61EAE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EAE8 is #9E1517. Grayscale: #C0C0C0. Windows color (decimal): -10360088 or 15264353. OLE color: 15264353.

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

Color convert

RGB 97 234 232 -
CMYK 0.59 0 0.01 0.08
HSL 179.12º 0.77% 0.65% -
HSV(B) 179.12º 0.59% 0.92% -
XYZ 48.92 67.21 86.74 -
YUV 192.81 150.11 59.66 -
System Red Green Blue C M Y K H S L
Decimal 97 234 232 0.59 0 0.01 0.08 179.12 0.77 0.65
Hex 61 EA E8 3B 0 1 8 B3 4D 41
Octal 141 352 350 73 0 1 10 263 115 101
Binary 1100001 11101010 11101000 111011 0 1 1000 10110011 1001101 1000001

Color Harmonies of #61EAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EAE8

Black with #61EAE8

Text Example


Text Example

White with #61EAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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