#61CBE9

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

Shades of Turquoise Blue #61CBE9

Tints of Turquoise Blue #61CBE9

Color information

#61CBE9 (or 0x61CBE9) is unknown color: approx Turquoise Blue. HEX triplet: 61, CB and E9. RGB value is (97,203,233). Sum of RGB (Red+Green+Blue) = 97+203+233=533 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.20% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #61CBE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CBE9 is #9E3416. Grayscale: #AEAEAE. Windows color (decimal): -10368023 or 15321953. OLE color: 15321953.

HSL color Cylindrical-coordinate representation of color #61CBE9: hue angle of 193.24º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61CBE9 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB97203233-
CMYK0.580.1300.09
HSL193.24º75.56%64.71%-
HSV(B)193.24º58.37%91.37%-
XYZ40.9951.1484.8-
YUV174.73160.8872.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.20%
GREEN value IS 203 (79.69% from 255) = 38.09%
BLUE value IS 233 (91.41% from 255) = 43.71%
R=18.20%
G=38.09%
B=43.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal972032330.580.1300.09193.2475.5664.71
Hex61CBE93AD09c14c41
Octal1413133517215011301114101
Binary110000111001011111010011110101101010011100000110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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