#61D7EE

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

Shades of Turquoise Blue #61D7EE

Tints of Turquoise Blue #61D7EE

Color information

#61D7EE (or 0x61D7EE) is unknown color: approx Turquoise Blue. HEX triplet: 61, D7 and EE. RGB value is (97,215,238). Sum of RGB (Red+Green+Blue) = 97+215+238=550 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.64% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #61D7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D7EE is #9E2811. Grayscale: #B6B6B6. Windows color (decimal): -10364946 or 15652705. OLE color: 15652705.

HSL color Cylindrical-coordinate representation of color #61D7EE: hue angle of 189.79º 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 #61D7EE is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB97215238-
CMYK0.590.1000.07
HSL189.79º80.57%65.69%-
HSV(B)189.79º59.24%93.33%-
XYZ44.6657.3289.6-
YUV182.34159.4167.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.64%
GREEN value IS 215 (84.38% from 255) = 39.09%
BLUE value IS 238 (93.36% from 255) = 43.27%
R=17.64%
G=39.09%
B=43.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972152380.590.1000.07189.7980.5765.69
Hex61D7EE3BA07be5142
Octal141327356731207276121102
Binary11000011101011111101110111011101001111011111010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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