#61CDDF

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

Shades of Turquoise Blue #61CDDF

Tints of Turquoise Blue #61CDDF

Color information

#61CDDF (or 0x61CDDF) is unknown color: approx Turquoise Blue. HEX triplet: 61, CD and DF. RGB value is (97,205,223). Sum of RGB (Red+Green+Blue) = 97+205+223=525 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.48% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #61CDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CDDF is #9E3220. Grayscale: #AEAEAE. Windows color (decimal): -10367521 or 14667105. OLE color: 14667105.

HSL color Cylindrical-coordinate representation of color #61CDDF: hue angle of 188.57º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61CDDF is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97205223-
CMYK0.570.0800.13
HSL188.57º66.32%62.75%-
HSV(B)188.57º56.5%87.45%-
XYZ40.0851.5377.65-
YUV174.76155.2272.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.48%
GREEN value IS 205 (80.47% from 255) = 39.05%
BLUE value IS 223 (87.5% from 255) = 42.48%
R=18.48%
G=39.05%
B=42.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972052230.570.0800.13188.5766.3262.75
Hex61CDDF3980Dbd423f
Octal141315337711001527510277
Binary11000011100110111011111111001100001101101111011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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