Html Css Color HEX #61ECF2 Turquoise Blue

📋 copy color: '#61ECF2'

red 97 ◦ green 236 ◦ blue 242

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

Shades of Turquoise Blue #61ECF2

Tints of Turquoise Blue #61ECF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.09%

R = 16.87%
G = 41.04%
B = 42.09%

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

#61ECF2 (or 0x61ECF2) is known color: Turquoise Blue. HEX triplet: 61, EC and F2. RGB value is (97,236,242). Sum of RGB (Red+Green+Blue) = 97+236+242=575 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.87% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #61ECF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61ECF2 is #9E130D. Grayscale: #C2C2C2. Windows color (decimal): -10359566 or 15920225. OLE color: 15920225.

HSL color Cylindrical-coordinate representation of color #61ECF2: hue angle of 182.48º degrees, saturation: 0.85, 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 #61ECF2 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 236 242 -
CMYK 0.60 0.02 0 0.05
HSL 182.48º 0.85% 0.66% -
HSV(B) 182.48º 0.6% 0.95% -
XYZ 50.95 68.94 94.63 -
YUV 195.12 154.45 58.01 -
System Red Green Blue C M Y K H S L
Decimal 97 236 242 0.60 0.02 0 0.05 182.48 0.85 0.66
Hex 61 EC F2 3C 2 0 5 B6 55 42
Octal 141 354 362 74 2 0 5 266 125 102
Binary 1100001 11101100 11110010 111100 10 0 101 10110110 1010101 1000010

Color Harmonies of #61ECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ECF2

Black with #61ECF2

Text Example


Text Example

White with #61ECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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