#61CBD7

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

Shades of Turquoise Blue #61CBD7

Tints of Turquoise Blue #61CBD7

Color information

#61CBD7 (or 0x61CBD7) is unknown color: approx Turquoise Blue. HEX triplet: 61, CB and D7. RGB value is (97,203,215). Sum of RGB (Red+Green+Blue) = 97+203+215=515 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.83% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #61CBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CBD7 is #9E3428. Grayscale: #ACACAC. Windows color (decimal): -10368041 or 14142305. OLE color: 14142305.

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

Color convert

RGB97203215-
CMYK0.550.0600.16
HSL186.1º59.6%61.18%-
HSV(B)186.1º54.88%84.31%-
XYZ38.5550.1671.94-
YUV172.67151.8874.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.83%
GREEN value IS 203 (79.69% from 255) = 39.42%
BLUE value IS 215 (84.38% from 255) = 41.75%
R=18.83%
G=39.42%
B=41.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972032150.550.0600.16186.159.661.18
Hex61CBD7376010ba3c3d
Octal1413133276760202727475
Binary1100001110010111101011111011111001000010111010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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