#61CDE2

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

Shades of Turquoise Blue #61CDE2

Tints of Turquoise Blue #61CDE2

Color information

#61CDE2 (or 0x61CDE2) is unknown color: approx Turquoise Blue. HEX triplet: 61, CD and E2. RGB value is (97,205,226). Sum of RGB (Red+Green+Blue) = 97+205+226=528 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.37% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 226 - color contains mainly: blue. Hex color #61CDE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CDE2 is #9E321D. Grayscale: #AEAEAE. Windows color (decimal): -10367518 or 14863713. OLE color: 14863713.

HSL color Cylindrical-coordinate representation of color #61CDE2: hue angle of 189.77º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61CDE2 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB97205226-
CMYK0.570.0900.11
HSL189.77º68.98%63.33%-
HSV(B)189.77º57.08%88.63%-
XYZ40.4951.779.8-
YUV175.1156.7272.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.37%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 226 (88.67% from 255) = 42.80%
R=18.37%
G=38.83%
B=42.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal972052260.570.0900.11189.7768.9863.33
Hex61CDE23990Bbe453f
Octal141315342711101327610577
Binary11000011100110111100010111001100101011101111101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,205,226); }

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

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

 a { background-color: rgb(97,205,226); }

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

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

 span { border-color: rgb(97,205,226); }

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