#69E2D4

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

Shades of Turquoise Blue #69E2D4

Tints of Turquoise Blue #69E2D4

Color information

#69E2D4 (or 0x69E2D4) is unknown color: approx Turquoise Blue. HEX triplet: 69, E2 and D4. RGB value is (105,226,212). Sum of RGB (Red+Green+Blue) = 105+226+212=543 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.34% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #69E2D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E2D4 is #961D2B. Grayscale: #BCBCBC. Windows color (decimal): -9837868 or 13951593. OLE color: 13951593.

HSL color Cylindrical-coordinate representation of color #69E2D4: hue angle of 173.06º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E2D4 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB105226212-
CMYK0.5400.060.11
HSL173.06º67.6%64.9%-
HSV(B)173.06º53.54%88.63%-
XYZ44.9162.1571.92-
YUV188.23141.4168.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.34%
GREEN value IS 226 (88.67% from 255) = 41.62%
BLUE value IS 212 (83.20% from 255) = 39.04%
R=19.34%
G=41.62%
B=39.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1052262120.5400.060.11173.0667.664.9
Hex69E2D43606Bad4441
Octal151342324660613255104101
Binary11010011110001011010100110110011010111010110110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69E2D4; }

 p { color: rgb(105,226,212); }

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

<style>
 a { background-color: #69E2D4; }

 a { background-color: rgb(105,226,212); }

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

<style>
 span { border-color: #69E2D4; }

 span { border-color: rgb(105,226,212); }

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