#68DFD5

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

Shades of Turquoise Blue #68DFD5

Tints of Turquoise Blue #68DFD5

Color information

#68DFD5 (or 0x68DFD5) is unknown color: approx Turquoise Blue. HEX triplet: 68, DF and D5. RGB value is (104,223,213). Sum of RGB (Red+Green+Blue) = 104+223+213=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFD5 is #97202A. Grayscale: #BABABA. Windows color (decimal): -9904171 or 14016360. OLE color: 14016360.

HSL color Cylindrical-coordinate representation of color #68DFD5: hue angle of 174.96º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DFD5 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB104223213-
CMYK0.5300.040.13
HSL174.96º65.03%64.12%-
HSV(B)174.96º53.36%87.45%-
XYZ44.1160.5272.31-
YUV186.28143.0869.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.26%
GREEN value IS 223 (87.5% from 255) = 41.30%
BLUE value IS 213 (83.59% from 255) = 39.44%
R=19.26%
G=41.30%
B=39.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042232130.5300.040.13174.9665.0364.12
Hex68DFD53504Daf4140
Octal150337325650415257101100
Binary11010001101111111010101110101010011011010111110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68DFD5; }

 p { color: rgb(104,223,213); }

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

<style>
 a { background-color: #68DFD5; }

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

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

<style>
 span { border-color: #68DFD5; }

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

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