#61DFE5

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

Shades of Turquoise Blue #61DFE5

Tints of Turquoise Blue #61DFE5

Color information

#61DFE5 (or 0x61DFE5) is unknown color: approx Turquoise Blue. HEX triplet: 61, DF and E5. RGB value is (97,223,229). Sum of RGB (Red+Green+Blue) = 97+223+229=549 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.67% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #61DFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DFE5 is #9E201A. Grayscale: #B9B9B9. Windows color (decimal): -10362907 or 15064929. OLE color: 15064929.

HSL color Cylindrical-coordinate representation of color #61DFE5: hue angle of 182.73º degrees, saturation: 0.72, 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 #61DFE5 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB97223229-
CMYK0.580.0300.10
HSL182.73º71.74%63.92%-
HSV(B)182.73º57.64%89.8%-
XYZ45.4660.9783.5-
YUV186.01152.2664.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.67%
GREEN value IS 223 (87.5% from 255) = 40.62%
BLUE value IS 229 (89.84% from 255) = 41.71%
R=17.67%
G=40.62%
B=41.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal972232290.580.0300.10182.7371.7463.92
Hex61DFE53A30Ab74840
Octal141337345723012267110100
Binary1100001110111111110010111101011010101011011110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,223,229); }

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

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

 a { background-color: rgb(97,223,229); }

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

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

 span { border-color: rgb(97,223,229); }

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