Html Css Color HEX #61EBE9 Turquoise Blue

📋 copy color: '#61EBE9'

red 97 ◦ green 235 ◦ blue 233

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

Shades of Turquoise Blue #61EBE9

Tints of Turquoise Blue #61EBE9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.59%

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

R = 17.17%
G = 41.59%
B = 41.24%

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

#61EBE9 (or 0x61EBE9) is known color: Turquoise Blue. HEX triplet: 61, EB and E9. RGB value is (97,235,233). Sum of RGB (Red+Green+Blue) = 97+235+233=565 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.17% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #61EBE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EBE9 is #9E1416. Grayscale: #C1C1C1. Windows color (decimal): -10359831 or 15330145. OLE color: 15330145.

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

Color convert

RGB 97 235 233 -
CMYK 0.59 0 0.01 0.08
HSL 179.13º 0.78% 0.65% -
HSV(B) 179.13º 0.59% 0.92% -
XYZ 49.35 67.84 87.58 -
YUV 193.51 150.28 59.16 -
System Red Green Blue C M Y K H S L
Decimal 97 235 233 0.59 0 0.01 0.08 179.13 0.78 0.65
Hex 61 EB E9 3B 0 1 8 B3 4E 41
Octal 141 353 351 73 0 1 10 263 116 101
Binary 1100001 11101011 11101001 111011 0 1 1000 10110011 1001110 1000001

Color Harmonies of #61EBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EBE9

Black with #61EBE9

Text Example


Text Example

White with #61EBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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