#61CBDA

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

Shades of Turquoise Blue #61CBDA

Tints of Turquoise Blue #61CBDA

Color information

#61CBDA (or 0x61CBDA) is unknown color: approx Turquoise Blue. HEX triplet: 61, CB and DA. RGB value is (97,203,218). Sum of RGB (Red+Green+Blue) = 97+203+218=518 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.73% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #61CBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CBDA is #9E3425. Grayscale: #ACACAC. Windows color (decimal): -10368038 or 14338913. OLE color: 14338913.

HSL color Cylindrical-coordinate representation of color #61CBDA: hue angle of 187.44º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61CBDA is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97203218-
CMYK0.560.0700.15
HSL187.44º62.05%61.76%-
HSV(B)187.44º55.5%85.49%-
XYZ38.9450.3273.99-
YUV173.02153.3873.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.73%
GREEN value IS 203 (79.69% from 255) = 39.19%
BLUE value IS 218 (85.55% from 255) = 42.08%
R=18.73%
G=39.19%
B=42.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972032180.560.0700.15187.4462.0561.76
Hex61CBDA3870Fbb3e3e
Octal1413133327070172737676
Binary110000111001011110110101110001110111110111011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,203,218); }

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

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

 a { background-color: rgb(97,203,218); }

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

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

 span { border-color: rgb(97,203,218); }

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