Html Css Color HEX #61E6F0 Turquoise Blue

📋 copy color: '#61E6F0'

red 97 ◦ green 230 ◦ blue 240

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

Shades of Turquoise Blue #61E6F0

Tints of Turquoise Blue #61E6F0

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.56%

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

R = 17.11%
G = 40.56%
B = 42.33%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#61E6F0 (or 0x61E6F0) is known color: Turquoise Blue. HEX triplet: 61, E6 and F0. RGB value is (97,230,240). Sum of RGB (Red+Green+Blue) = 97+230+240=567 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.11% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #61E6F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61E6F0 is #9E190F. Grayscale: #BFBFBF. Windows color (decimal): -10361104 or 15787617. OLE color: 15787617.

HSL color Cylindrical-coordinate representation of color #61E6F0: hue angle of 184.2º 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 #61E6F0 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 230 240 -
CMYK 0.60 0.04 0 0.06
HSL 184.2º 0.83% 0.66% -
HSV(B) 184.2º 0.6% 0.94% -
XYZ 48.95 65.43 92.49 -
YUV 191.37 155.44 60.69 -
System Red Green Blue C M Y K H S L
Decimal 97 230 240 0.60 0.04 0 0.06 184.2 0.83 0.66
Hex 61 E6 F0 3C 4 0 6 B8 53 42
Octal 141 346 360 74 4 0 6 270 123 102
Binary 1100001 11100110 11110000 111100 100 0 110 10111000 1010011 1000010

Color Harmonies of #61E6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E6F0

Black with #61E6F0

Text Example


Text Example

White with #61E6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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