#61E0F7

Color #61E0F7 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #61E0F7

Tints of Turquoise Blue #61E0F7

Color information

#61E0F7 (or 0x61E0F7) is unknown color: approx Turquoise Blue. HEX triplet: 61, E0 and F7. RGB value is (97,224,247). Sum of RGB (Red+Green+Blue) = 97+224+247=568 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.08% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 247 (96.88% from 255 or 43.49% from 568); Max value from RGB is 247 - color contains mainly: blue. Hex color #61E0F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E0F7 is #9E1F08. Grayscale: #BCBCBC. Windows color (decimal): -10362633 or 16244833. OLE color: 16244833.

HSL color Cylindrical-coordinate representation of color #61E0F7: hue angle of 189.2º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61E0F7 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB97224247-
CMYK0.610.0900.03
HSL189.2º90.36%67.45%-
HSV(B)189.2º60.73%96.86%-
XYZ48.3762.5797.52-
YUV188.65160.9262.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.08%
GREEN value IS 224 (87.89% from 255) = 39.44%
BLUE value IS 247 (96.88% from 255) = 43.49%
R=17.08%
G=39.44%
B=43.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal972242470.610.0900.03189.290.3667.45
Hex61E0F73D903bd5a43
Octal141340367751103275132103
Binary1100001111000001111011111110110010111011110110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,224,247); }

 H1.HeaderClassName
 {
   color: #61E0F7;
 }
 .AnyTagClassName
 {
   color: #61E0F7;
 }
</style>
background-color css

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

 a { background-color: rgb(97,224,247); }

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

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

 span { border-color: rgb(97,224,247); }

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