#61D4E6

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

Shades of Turquoise Blue #61D4E6

Tints of Turquoise Blue #61D4E6

Color information

#61D4E6 (or 0x61D4E6) is unknown color: approx Turquoise Blue. HEX triplet: 61, D4 and E6. RGB value is (97,212,230). Sum of RGB (Red+Green+Blue) = 97+212+230=539 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.00% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #61D4E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D4E6 is #9E2B19. Grayscale: #B3B3B3. Windows color (decimal): -10365722 or 15127649. OLE color: 15127649.

HSL color Cylindrical-coordinate representation of color #61D4E6: hue angle of 188.12º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61D4E6 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB97212230-
CMYK0.580.0800.10
HSL188.12º72.68%64.12%-
HSV(B)188.12º57.83%90.2%-
XYZ42.7655.3483.29-
YUV179.67156.469.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.00%
GREEN value IS 212 (83.20% from 255) = 39.33%
BLUE value IS 230 (90.23% from 255) = 42.67%
R=18.00%
G=39.33%
B=42.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal972122300.580.0800.10188.1272.6864.12
Hex61D4E63A80Abc4940
Octal1413243467210012274111100
Binary110000111010100111001101110101000010101011110010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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