Html Css Color HEX #61ECF0 Turquoise Blue

📋 copy color: '#61ECF0'

red 97 ◦ green 236 ◦ blue 240

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

Shades of Turquoise Blue #61ECF0

Tints of Turquoise Blue #61ECF0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.19%

 BLUE value IS 240 (94.14% from 255) = 41.88%

R = 16.93%
G = 41.19%
B = 41.88%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#61ECF0 (or 0x61ECF0) is known color: Turquoise Blue. HEX triplet: 61, EC and F0. RGB value is (97,236,240). Sum of RGB (Red+Green+Blue) = 97+236+240=573 (75% of max value = 765). Red value is 97 (38.28% from 255 or 16.93% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #61ECF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61ECF0 is #9E130F. Grayscale: #C2C2C2. Windows color (decimal): -10359568 or 15789153. OLE color: 15789153.

HSL color Cylindrical-coordinate representation of color #61ECF0: hue angle of 181.68º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61ECF0 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 236 240 -
CMYK 0.60 0.02 0 0.06
HSL 181.68º 0.83% 0.66% -
HSV(B) 181.68º 0.6% 0.94% -
XYZ 50.65 68.82 93.05 -
YUV 194.9 153.45 58.17 -
System Red Green Blue C M Y K H S L
Decimal 97 236 240 0.60 0.02 0 0.06 181.68 0.83 0.66
Hex 61 EC F0 3C 2 0 6 B6 53 42
Octal 141 354 360 74 2 0 6 266 123 102
Binary 1100001 11101100 11110000 111100 10 0 110 10110110 1010011 1000010

Color Harmonies of #61ECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ECF0

Black with #61ECF0

Text Example


Text Example

White with #61ECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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