#61CFDD

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

Shades of Turquoise Blue #61CFDD

Tints of Turquoise Blue #61CFDD

Color information

#61CFDD (or 0x61CFDD) is unknown color: approx Turquoise Blue. HEX triplet: 61, CF and DD. RGB value is (97,207,221). Sum of RGB (Red+Green+Blue) = 97+207+221=525 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.48% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #61CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CFDD is #9E3022. Grayscale: #AFAFAF. Windows color (decimal): -10367011 or 14536545. OLE color: 14536545.

HSL color Cylindrical-coordinate representation of color #61CFDD: hue angle of 186.77º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61CFDD is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97207221-
CMYK0.560.0600.13
HSL186.77º64.58%62.35%-
HSV(B)186.77º56.11%86.67%-
XYZ40.2952.3976.39-
YUV175.71153.5671.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.48%
GREEN value IS 207 (81.25% from 255) = 39.43%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=18.48%
G=39.43%
B=42.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972072210.560.0600.13186.7764.5862.35
Hex61CFDD3860Dbb413e
Octal14131733570601527310176
Binary1100001110011111101110111100011001101101110111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,207,221); }

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

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

 a { background-color: rgb(97,207,221); }

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

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

 span { border-color: rgb(97,207,221); }

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