#61DCE3

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

Shades of Turquoise Blue #61DCE3

Tints of Turquoise Blue #61DCE3

Color information

#61DCE3 (or 0x61DCE3) is unknown color: approx Turquoise Blue. HEX triplet: 61, DC and E3. RGB value is (97,220,227). Sum of RGB (Red+Green+Blue) = 97+220+227=544 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.83% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 227 (89.06% from 255 or 41.73% from 544); Max value from RGB is 227 - color contains mainly: blue. Hex color #61DCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCE3 is #9E231C. Grayscale: #B7B7B7. Windows color (decimal): -10363677 or 14933089. OLE color: 14933089.

HSL color Cylindrical-coordinate representation of color #61DCE3: hue angle of 183.23º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61DCE3 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB97220227-
CMYK0.570.0300.11
HSL183.23º69.89%63.53%-
HSV(B)183.23º57.27%89.02%-
XYZ44.3959.2781.77-
YUV184.02152.2565.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.83%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 227 (89.06% from 255) = 41.73%
R=17.83%
G=40.44%
B=41.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal972202270.570.0300.11183.2369.8963.53
Hex61DCE33930Bb74640
Octal141334343713013267106100
Binary1100001110111001110001111100111010111011011110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,220,227); }

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

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

 a { background-color: rgb(97,220,227); }

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

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

 span { border-color: rgb(97,220,227); }

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