#69E3D7

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

Shades of Turquoise Blue #69E3D7

Tints of Turquoise Blue #69E3D7

Color information

#69E3D7 (or 0x69E3D7) is unknown color: approx Turquoise Blue. HEX triplet: 69, E3 and D7. RGB value is (105,227,215). Sum of RGB (Red+Green+Blue) = 105+227+215=547 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.20% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #69E3D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E3D7 is #961C28. Grayscale: #BDBDBD. Windows color (decimal): -9837609 or 14148457. OLE color: 14148457.

HSL color Cylindrical-coordinate representation of color #69E3D7: hue angle of 174.1º degrees, saturation: 0.69, 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 #69E3D7 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB105227215-
CMYK0.5400.050.11
HSL174.1º68.54%65.1%-
HSV(B)174.1º53.74%89.02%-
XYZ45.5662.8574.02-
YUV189.15142.5867.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.20%
GREEN value IS 227 (89.06% from 255) = 41.50%
BLUE value IS 215 (84.38% from 255) = 39.31%
R=19.20%
G=41.50%
B=39.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1052272150.5400.050.11174.168.5465.1
Hex69E3D73605Bae4541
Octal151343327660513256105101
Binary11010011110001111010111110110010110111010111010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,227,215); }

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

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

 a { background-color: rgb(105,227,215); }

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

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

 span { border-color: rgb(105,227,215); }

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