#61CBEA

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

Shades of Turquoise Blue #61CBEA

Tints of Turquoise Blue #61CBEA

Color information

#61CBEA (or 0x61CBEA) is unknown color: approx Turquoise Blue. HEX triplet: 61, CB and EA. RGB value is (97,203,234). Sum of RGB (Red+Green+Blue) = 97+203+234=534 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.16% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #61CBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CBEA is #9E3415. Grayscale: #AEAEAE. Windows color (decimal): -10368022 or 15387489. OLE color: 15387489.

HSL color Cylindrical-coordinate representation of color #61CBEA: hue angle of 193.58º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61CBEA is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB97203234-
CMYK0.590.1300.08
HSL193.58º76.54%64.9%-
HSV(B)193.58º58.55%91.76%-
XYZ41.1451.1985.56-
YUV174.84161.3872.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.16%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 234 (91.80% from 255) = 43.82%
R=18.16%
G=38.01%
B=43.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972032340.590.1300.08193.5876.5464.9
Hex61CBEA3BD08c24d41
Octal1413133527315010302115101
Binary110000111001011111010101110111101010001100001010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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