Html Css Color HEX #61EDE2 Turquoise Blue

📋 copy color: '#61EDE2'

red 97 ◦ green 237 ◦ blue 226

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

Shades of Turquoise Blue #61EDE2

Tints of Turquoise Blue #61EDE2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.32%

 BLUE value IS 226 (88.67% from 255) = 40.36%

R = 17.32%
G = 42.32%
B = 40.36%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#61EDE2 (or 0x61EDE2) is known color: Turquoise Blue. HEX triplet: 61, ED and E2. RGB value is (97,237,226). Sum of RGB (Red+Green+Blue) = 97+237+226=560 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.32% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #61EDE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EDE2 is #9E121D. Grayscale: #C1C1C1. Windows color (decimal): -10359326 or 14871905. OLE color: 14871905.

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

Color convert

RGB 97 237 226 -
CMYK 0.59 0 0.05 0.07
HSL 175.29º 0.8% 0.65% -
HSV(B) 175.29º 0.59% 0.93% -
XYZ 48.94 68.6 82.61 -
YUV 193.89 146.12 58.89 -
System Red Green Blue C M Y K H S L
Decimal 97 237 226 0.59 0 0.05 0.07 175.29 0.8 0.65
Hex 61 ED E2 3B 0 5 7 AF 50 41
Octal 141 355 342 73 0 5 7 257 120 101
Binary 1100001 11101101 11100010 111011 0 101 111 10101111 1010000 1000001

Color Harmonies of #61EDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EDE2

Black with #61EDE2

Text Example


Text Example

White with #61EDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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