#61EDEE

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

Shades of Turquoise Blue #61EDEE

Tints of Turquoise Blue #61EDEE

Color information

#61EDEE (or 0x61EDEE) is unknown color: approx Turquoise Blue. HEX triplet: 61, ED and EE. RGB value is (97,237,238). Sum of RGB (Red+Green+Blue) = 97+237+238=572 (75% of max value = 765). Red value is 97 (38.28% from 255 or 16.96% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #61EDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EDEE is #9E1211. Grayscale: #C3C3C3. Windows color (decimal): -10359314 or 15658337. OLE color: 15658337.

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

Color convert

RGB97237238-
CMYK0.590.0000.07
HSL180.43º80.57%65.69%-
HSV(B)180.43º59.24%93.33%-
XYZ50.6569.2891.59-
YUV195.25152.1257.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.96%
GREEN value IS 237 (92.97% from 255) = 41.43%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=16.96%
G=41.43%
B=41.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972372380.590.0000.07180.4380.5765.69
Hex61EDEE3B007b45142
Octal14135535673007264121102
Binary11000011110110111101110111011001111011010010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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