#61CED6

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

Shades of Turquoise Blue #61CED6

Tints of Turquoise Blue #61CED6

Color information

#61CED6 (or 0x61CED6) is unknown color: approx Turquoise Blue. HEX triplet: 61, CE and D6. RGB value is (97,206,214). Sum of RGB (Red+Green+Blue) = 97+206+214=517 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.76% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #61CED6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CED6 is #9E3129. Grayscale: #AEAEAE. Windows color (decimal): -10367274 or 14077537. OLE color: 14077537.

HSL color Cylindrical-coordinate representation of color #61CED6: hue angle of 184.1º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61CED6 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97206214-
CMYK0.550.0400.16
HSL184.1º58.79%60.98%-
HSV(B)184.1º54.67%83.92%-
XYZ39.1451.5471.5-
YUV174.32150.3972.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.76%
GREEN value IS 206 (80.86% from 255) = 39.85%
BLUE value IS 214 (83.98% from 255) = 41.39%
R=18.76%
G=39.85%
B=41.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972062140.550.0400.16184.158.7960.98
Hex61CED6374010b83b3d
Octal1413163266740202707375
Binary1100001110011101101011011011110001000010111000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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