#61D4EA

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

Shades of Turquoise Blue #61D4EA

Tints of Turquoise Blue #61D4EA

Color information

#61D4EA (or 0x61D4EA) is unknown color: approx Turquoise Blue. HEX triplet: 61, D4 and EA. RGB value is (97,212,234). Sum of RGB (Red+Green+Blue) = 97+212+234=543 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.86% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #61D4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D4EA is #9E2B15. Grayscale: #B3B3B3. Windows color (decimal): -10365718 or 15389793. OLE color: 15389793.

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

Color convert

RGB97212234-
CMYK0.590.0900.08
HSL189.64º76.54%64.9%-
HSV(B)189.64º58.55%91.76%-
XYZ43.3255.5786.28-
YUV180.12158.468.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.86%
GREEN value IS 212 (83.20% from 255) = 39.04%
BLUE value IS 234 (91.80% from 255) = 43.09%
R=17.86%
G=39.04%
B=43.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972122340.590.0900.08189.6476.5464.9
Hex61D4EA3B908be4d41
Octal1413243527311010276115101
Binary110000111010100111010101110111001010001011111010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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