#61D8EE

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

Shades of Turquoise Blue #61D8EE

Tints of Turquoise Blue #61D8EE

Color information

#61D8EE (or 0x61D8EE) is unknown color: approx Turquoise Blue. HEX triplet: 61, D8 and EE. RGB value is (97,216,238). Sum of RGB (Red+Green+Blue) = 97+216+238=551 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.60% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #61D8EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D8EE is #9E2711. Grayscale: #B6B6B6. Windows color (decimal): -10364690 or 15652961. OLE color: 15652961.

HSL color Cylindrical-coordinate representation of color #61D8EE: hue angle of 189.36º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61D8EE is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB97216238-
CMYK0.590.0900.07
HSL189.36º80.57%65.69%-
HSV(B)189.36º59.24%93.33%-
XYZ44.9257.8389.68-
YUV182.93159.0866.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.60%
GREEN value IS 216 (84.77% from 255) = 39.20%
BLUE value IS 238 (93.36% from 255) = 43.19%
R=17.60%
G=39.20%
B=43.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972162380.590.0900.07189.3680.5765.69
Hex61D8EE3B907bd5142
Octal141330356731107275121102
Binary11000011101100011101110111011100101111011110110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,216,238); }

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

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

 a { background-color: rgb(97,216,238); }

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

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

 span { border-color: rgb(97,216,238); }

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