#61D0F2

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

Shades of Turquoise Blue #61D0F2

Tints of Turquoise Blue #61D0F2

Color information

#61D0F2 (or 0x61D0F2) is unknown color: approx Turquoise Blue. HEX triplet: 61, D0 and F2. RGB value is (97,208,242). Sum of RGB (Red+Green+Blue) = 97+208+242=547 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.73% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #61D0F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D0F2 is #9E2F0D. Grayscale: #B2B2B2. Windows color (decimal): -10366734 or 15913057. OLE color: 15913057.

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

Color convert

RGB97208242-
CMYK0.600.1400.05
HSL194.07º84.8%66.47%-
HSV(B)194.07º59.92%94.9%-
XYZ43.5154.0692.15-
YUV178.69163.7369.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.73%
GREEN value IS 208 (81.64% from 255) = 38.03%
BLUE value IS 242 (94.92% from 255) = 44.24%
R=17.73%
G=38.03%
B=44.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal972082420.600.1400.05194.0784.866.47
Hex61D0F23CE05c25542
Octal141320362741605302125102
Binary11000011101000011110010111100111001011100001010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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