#61cdee

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

Shades of Turquoise Blue #61CDEE

Tints of Turquoise Blue #61CDEE

Color information

#61CDEE (or 0x61CDEE) is unknown color: approx Turquoise Blue. HEX triplet: 61, CD and EE. RGB value is (97,205,238). Sum of RGB (Red+Green+Blue) = 97+205+238=540 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.96% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #61CDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CDEE is #9E3211. Grayscale: #B0B0B0. Windows color (decimal): -10367506 or 15650145. OLE color: 15650145.

HSL color Cylindrical-coordinate representation of color #61CDEE: hue angle of 194.04º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61CDEE is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB97205238-
CMYK0.590.1400.07
HSL194.04º80.57%65.69%-
HSV(B)194.04º59.24%93.33%-
XYZ42.1952.3888.77-
YUV176.47162.7271.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.96%
GREEN value IS 205 (80.47% from 255) = 37.96%
BLUE value IS 238 (93.36% from 255) = 44.07%
R=17.96%
G=37.96%
B=44.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972052380.590.1400.07194.0480.5765.69
Hex61CDEE3BE07c25142
Octal141315356731607302121102
Binary11000011100110111101110111011111001111100001010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61cdee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,205,238); }

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

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

 a { background-color: rgb(97,205,238); }

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

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

 span { border-color: rgb(97,205,238); }

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