#68DFD4

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

Shades of Turquoise Blue #68DFD4

Tints of Turquoise Blue #68DFD4

Color information

#68DFD4 (or 0x68DFD4) is unknown color: approx Turquoise Blue. HEX triplet: 68, DF and D4. RGB value is (104,223,212). Sum of RGB (Red+Green+Blue) = 104+223+212=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFD4 is #97202B. Grayscale: #BABABA. Windows color (decimal): -9904172 or 13950824. OLE color: 13950824.

HSL color Cylindrical-coordinate representation of color #68DFD4: hue angle of 174.45º 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 #68DFD4 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB104223212-
CMYK0.5300.050.13
HSL174.45º65.03%64.12%-
HSV(B)174.45º53.36%87.45%-
XYZ43.9860.4771.64-
YUV186.16142.5869.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.29%
GREEN value IS 223 (87.5% from 255) = 41.37%
BLUE value IS 212 (83.20% from 255) = 39.33%
R=19.29%
G=41.37%
B=39.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042232120.5300.050.13174.4565.0364.12
Hex68DFD43505Dae4140
Octal150337324650515256101100
Binary11010001101111111010100110101010111011010111010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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