Html Css Color HEX #61ECF5 Turquoise Blue

📋 copy color: '#61ECF5'

red 97 ◦ green 236 ◦ blue 245

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

Shades of Turquoise Blue #61ECF5

Tints of Turquoise Blue #61ECF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.39%

R = 16.78%
G = 40.83%
B = 42.39%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#61ECF5 (or 0x61ECF5) is known color: Turquoise Blue. HEX triplet: 61, EC and F5. RGB value is (97,236,245). Sum of RGB (Red+Green+Blue) = 97+236+245=578 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.78% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 245 - color contains mainly: blue. Hex color #61ECF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61ECF5 is #9E130A. Grayscale: #C3C3C3. Windows color (decimal): -10359563 or 16116833. OLE color: 16116833.

HSL color Cylindrical-coordinate representation of color #61ECF5: hue angle of 183.65º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61ECF5 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 97 236 245 -
CMYK 0.60 0.04 0 0.04
HSL 183.65º 0.88% 0.67% -
HSV(B) 183.65º 0.6% 0.96% -
XYZ 51.41 69.12 97.02 -
YUV 195.47 155.95 57.77 -
System Red Green Blue C M Y K H S L
Decimal 97 236 245 0.60 0.04 0 0.04 183.65 0.88 0.67
Hex 61 EC F5 3C 4 0 4 B8 58 43
Octal 141 354 365 74 4 0 4 270 130 103
Binary 1100001 11101100 11110101 111100 100 0 100 10111000 1011000 1000011

Color Harmonies of #61ECF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ECF5

Black with #61ECF5

Text Example


Text Example

White with #61ECF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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