#68E0D5

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

Shades of Turquoise Blue #68E0D5

Tints of Turquoise Blue #68E0D5

Color information

#68E0D5 (or 0x68E0D5) is unknown color: approx Turquoise Blue. HEX triplet: 68, E0 and D5. RGB value is (104,224,213). Sum of RGB (Red+Green+Blue) = 104+224+213=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #68E0D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E0D5 is #971F2A. Grayscale: #BABABA. Windows color (decimal): -9903915 or 14016616. OLE color: 14016616.

HSL color Cylindrical-coordinate representation of color #68E0D5: hue angle of 174.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E0D5 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB104224213-
CMYK0.5400.050.12
HSL174.5º65.93%64.31%-
HSV(B)174.5º53.57%87.84%-
XYZ44.3761.0672.4-
YUV186.87142.7468.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.22%
GREEN value IS 224 (87.89% from 255) = 41.40%
BLUE value IS 213 (83.59% from 255) = 39.37%
R=19.22%
G=41.40%
B=39.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1042242130.5400.050.12174.565.9364.31
Hex68E0D53605Cae4240
Octal150340325660514256102100
Binary11010001110000011010101110110010111001010111010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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