Html Css Color HEX #61ECF1 Turquoise Blue

📋 copy color: '#61ECF1'

red 97 ◦ green 236 ◦ blue 241

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

Shades of Turquoise Blue #61ECF1

Tints of Turquoise Blue #61ECF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.99%

R = 16.9%
G = 41.11%
B = 41.99%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#61ECF1 (or 0x61ECF1) is known color: Turquoise Blue. HEX triplet: 61, EC and F1. RGB value is (97,236,241). Sum of RGB (Red+Green+Blue) = 97+236+241=574 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.90% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #61ECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61ECF1 is #9E130E. Grayscale: #C2C2C2. Windows color (decimal): -10359567 or 15854689. OLE color: 15854689.

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

Color convert

RGB 97 236 241 -
CMYK 0.60 0.02 0 0.05
HSL 182.08º 0.84% 0.66% -
HSV(B) 182.08º 0.6% 0.95% -
XYZ 50.8 68.88 93.84 -
YUV 195.01 153.95 58.09 -
System Red Green Blue C M Y K H S L
Decimal 97 236 241 0.60 0.02 0 0.05 182.08 0.84 0.66
Hex 61 EC F1 3C 2 0 5 B6 54 42
Octal 141 354 361 74 2 0 5 266 124 102
Binary 1100001 11101100 11110001 111100 10 0 101 10110110 1010100 1000010

Color Harmonies of #61ECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ECF1

Black with #61ECF1

Text Example


Text Example

White with #61ECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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