#61E4D7

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

Shades of Turquoise Blue #61E4D7

Tints of Turquoise Blue #61E4D7

Color information

#61E4D7 (or 0x61E4D7) is unknown color: approx Turquoise Blue. HEX triplet: 61, E4 and D7. RGB value is (97,228,215). Sum of RGB (Red+Green+Blue) = 97+228+215=540 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.96% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 228 - color contains mainly: green. Hex color #61E4D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E4D7 is #9E1B28. Grayscale: #BBBBBB. Windows color (decimal): -10361641 or 14148705. OLE color: 14148705.

HSL color Cylindrical-coordinate representation of color #61E4D7: hue angle of 174.05º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E4D7 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB97228215-
CMYK0.5700.060.11
HSL174.05º70.81%63.73%-
HSV(B)174.05º57.46%89.41%-
XYZ44.9462.9374.07-
YUV187.35143.663.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.96%
GREEN value IS 228 (89.45% from 255) = 42.22%
BLUE value IS 215 (84.38% from 255) = 39.81%
R=17.96%
G=42.22%
B=39.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal972282150.5700.060.11174.0570.8163.73
Hex61E4D73906Bae4740
Octal141344327710613256107100
Binary11000011110010011010111111001011010111010111010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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