Html Css Color HEX #61E2EC Turquoise Blue

📋 copy color: '#61E2EC'

red 97 ◦ green 226 ◦ blue 236

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

Shades of Turquoise Blue #61E2EC

Tints of Turquoise Blue #61E2EC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.43%

 BLUE value IS 236 (92.58% from 255) = 42.22%

R = 17.35%
G = 40.43%
B = 42.22%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#61E2EC (or 0x61E2EC) is known color: Turquoise Blue. HEX triplet: 61, E2 and EC. RGB value is (97,226,236). Sum of RGB (Red+Green+Blue) = 97+226+236=559 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.35% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #61E2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E2EC is #9E1D13. Grayscale: #BCBCBC. Windows color (decimal): -10362132 or 15524449. OLE color: 15524449.

HSL color Cylindrical-coordinate representation of color #61E2EC: hue angle of 184.32º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61E2EC is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 226 236 -
CMYK 0.59 0.04 0 0.07
HSL 184.32º 0.79% 0.65% -
HSV(B) 184.32º 0.59% 0.93% -
XYZ 47.27 62.99 89.02 -
YUV 188.57 154.76 62.69 -
System Red Green Blue C M Y K H S L
Decimal 97 226 236 0.59 0.04 0 0.07 184.32 0.79 0.65
Hex 61 E2 EC 3B 4 0 7 B8 4F 41
Octal 141 342 354 73 4 0 7 270 117 101
Binary 1100001 11100010 11101100 111011 100 0 111 10111000 1001111 1000001

Color Harmonies of #61E2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E2EC

Black with #61E2EC

Text Example


Text Example

White with #61E2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,226,236); }

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

background-color css

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

 a { background-color: rgb(97,226,236); }

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

border-color css

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

 span { border-color: rgb(97,226,236); }

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