Html Css Color HEX #61E8F9 Turquoise Blue

📋 copy color: '#61E8F9'

red 97 ◦ green 232 ◦ blue 249

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

Shades of Turquoise Blue #61E8F9

Tints of Turquoise Blue #61E8F9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.14%

 BLUE value IS 249 (97.66% from 255) = 43.08%

R = 16.78%
G = 40.14%
B = 43.08%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#61E8F9 (or 0x61E8F9) is known color: Turquoise Blue. HEX triplet: 61, E8 and F9. RGB value is (97,232,249). Sum of RGB (Red+Green+Blue) = 97+232+249=578 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.78% from 578); Green value is 232 (91.02% from 255 or 40.14% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #61E8F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61E8F9 is #9E1706. Grayscale: #C1C1C1. Windows color (decimal): -10360583 or 16377953. OLE color: 16377953.

HSL color Cylindrical-coordinate representation of color #61E8F9: hue angle of 186.71º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61E8F9 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 232 249 -
CMYK 0.61 0.07 0 0.02
HSL 186.71º 0.93% 0.68% -
HSV(B) 186.71º 0.61% 0.98% -
XYZ 50.89 67.09 99.89 -
YUV 193.57 159.27 59.12 -
System Red Green Blue C M Y K H S L
Decimal 97 232 249 0.61 0.07 0 0.02 186.71 0.93 0.68
Hex 61 E8 F9 3D 7 0 2 BB 5D 44
Octal 141 350 371 75 7 0 2 273 135 104
Binary 1100001 11101000 11111001 111101 111 0 10 10111011 1011101 1000100

Color Harmonies of #61E8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E8F9

Black with #61E8F9

Text Example


Text Example

White with #61E8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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