#61D1EF

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

Shades of Turquoise Blue #61D1EF

Tints of Turquoise Blue #61D1EF

Color information

#61D1EF (or 0x61D1EF) is unknown color: approx Turquoise Blue. HEX triplet: 61, D1 and EF. RGB value is (97,209,239). Sum of RGB (Red+Green+Blue) = 97+209+239=545 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.80% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #61D1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D1EF is #9E2E10. Grayscale: #B2B2B2. Windows color (decimal): -10366481 or 15716705. OLE color: 15716705.

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

Color convert

RGB97209239-
CMYK0.590.1300.06
HSL192.68º81.61%65.88%-
HSV(B)192.68º59.41%93.73%-
XYZ43.3154.3789.87-
YUV178.93161.8969.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.80%
GREEN value IS 209 (82.03% from 255) = 38.35%
BLUE value IS 239 (93.75% from 255) = 43.85%
R=17.80%
G=38.35%
B=43.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal972092390.590.1300.06192.6881.6165.88
Hex61D1EF3BD06c15242
Octal141321357731506301122102
Binary11000011101000111101111111011110101101100000110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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