#61CDD7

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

Shades of Turquoise Blue #61CDD7

Tints of Turquoise Blue #61CDD7

Color information

#61CDD7 (or 0x61CDD7) is unknown color: approx Turquoise Blue. HEX triplet: 61, CD and D7. RGB value is (97,205,215). Sum of RGB (Red+Green+Blue) = 97+205+215=517 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.76% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #61CDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CDD7 is #9E3228. Grayscale: #ADADAD. Windows color (decimal): -10367529 or 14142817. OLE color: 14142817.

HSL color Cylindrical-coordinate representation of color #61CDD7: hue angle of 185.08º degrees, saturation: 0.6, 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 #61CDD7 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97205215-
CMYK0.550.0500.16
HSL185.08º59.6%61.18%-
HSV(B)185.08º54.88%84.31%-
XYZ39.0351.1172.1-
YUV173.85151.2273.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.76%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 215 (84.38% from 255) = 41.59%
R=18.76%
G=39.65%
B=41.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972052150.550.0500.16185.0859.661.18
Hex61CDD7375010b93c3d
Octal1413153276750202717475
Binary1100001110011011101011111011110101000010111001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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