#61D5EF

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

Shades of Turquoise Blue #61D5EF

Tints of Turquoise Blue #61D5EF

Color information

#61D5EF (or 0x61D5EF) is unknown color: approx Turquoise Blue. HEX triplet: 61, D5 and EF. RGB value is (97,213,239). Sum of RGB (Red+Green+Blue) = 97+213+239=549 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.67% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #61D5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D5EF is #9E2A10. Grayscale: #B5B5B5. Windows color (decimal): -10365457 or 15717729. OLE color: 15717729.

HSL color Cylindrical-coordinate representation of color #61D5EF: hue angle of 190.99º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61D5EF is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB97213239-
CMYK0.590.1100.06
HSL190.99º81.61%65.88%-
HSV(B)190.99º59.41%93.73%-
XYZ44.356.3690.21-
YUV181.28160.5767.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.67%
GREEN value IS 213 (83.59% from 255) = 38.80%
BLUE value IS 239 (93.75% from 255) = 43.53%
R=17.67%
G=38.80%
B=43.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal972132390.590.1100.06190.9981.6165.88
Hex61D5EF3BB06bf5242
Octal141325357731306277122102
Binary11000011101010111101111111011101101101011111110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,213,239); }

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

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

 a { background-color: rgb(97,213,239); }

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

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

 span { border-color: rgb(97,213,239); }

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