#61D5D5

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

Shades of Turquoise Blue #61D5D5

Tints of Turquoise Blue #61D5D5

Color information

#61D5D5 (or 0x61D5D5) is unknown color: approx Turquoise Blue. HEX triplet: 61, D5 and D5. RGB value is (97,213,213). Sum of RGB (Red+Green+Blue) = 97+213+213=523 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.55% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: green, blue. Hex color #61D5D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D5D5 is #9E2A2A. Grayscale: #B2B2B2. Windows color (decimal): -10365483 or 14013793. OLE color: 14013793.

HSL color Cylindrical-coordinate representation of color #61D5D5: hue angle of 180º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D5D5 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97213213-
CMYK0.54000.16
HSL180º58%60.78%-
HSV(B)180º54.46%83.53%-
XYZ40.7354.9371.41-
YUV178.32147.5770-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.55%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 213 (83.59% from 255) = 40.73%
R=18.55%
G=40.73%
B=40.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972132130.54000.161805860.78
Hex61D5D5360010b43a3d
Octal1413253256600202647275
Binary11000011101010111010101110110001000010110100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,213,213); }

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

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

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

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

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

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

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