#61CEF2

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

Shades of Turquoise Blue #61CEF2

Tints of Turquoise Blue #61CEF2

Color information

#61CEF2 (or 0x61CEF2) is unknown color: approx Turquoise Blue. HEX triplet: 61, CE and F2. RGB value is (97,206,242). Sum of RGB (Red+Green+Blue) = 97+206+242=545 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.80% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #61CEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CEF2 is #9E310D. Grayscale: #B1B1B1. Windows color (decimal): -10367246 or 15912545. OLE color: 15912545.

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

Color convert

RGB97206242-
CMYK0.600.1500.05
HSL194.9º84.8%66.47%-
HSV(B)194.9º59.92%94.9%-
XYZ43.0353.0991.98-
YUV177.51164.3970.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.80%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 242 (94.92% from 255) = 44.40%
R=17.80%
G=37.80%
B=44.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal972062420.600.1500.05194.984.866.47
Hex61CEF23CF05c35542
Octal141316362741705303125102
Binary11000011100111011110010111100111101011100001110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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