#61dbf3

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

Shades of Turquoise Blue #61DBF3

Tints of Turquoise Blue #61DBF3

Color information

#61DBF3 (or 0x61DBF3) is unknown color: approx Turquoise Blue. HEX triplet: 61, DB and F3. RGB value is (97,219,243). Sum of RGB (Red+Green+Blue) = 97+219+243=559 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.35% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #61DBF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DBF3 is #9E240C. Grayscale: #B9B9B9. Windows color (decimal): -10363917 or 15981409. OLE color: 15981409.

HSL color Cylindrical-coordinate representation of color #61DBF3: hue angle of 189.86º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61DBF3 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB97219243-
CMYK0.600.1000.05
HSL189.86º85.88%66.67%-
HSV(B)189.86º60.08%95.29%-
XYZ46.4459.6893.86-
YUV185.26160.5865.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.35%
GREEN value IS 219 (85.94% from 255) = 39.18%
BLUE value IS 243 (95.31% from 255) = 43.47%
R=17.35%
G=39.18%
B=43.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal972192430.600.1000.05189.8685.8866.67
Hex61DBF33CA05be5643
Octal141333363741205276126103
Binary11000011101101111110011111100101001011011111010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61dbf3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,219,243); }

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

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

 a { background-color: rgb(97,219,243); }

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

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

 span { border-color: rgb(97,219,243); }

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