#69EFE0

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

Shades of Turquoise Blue #69EFE0

Tints of Turquoise Blue #69EFE0

Color information

#69EFE0 (or 0x69EFE0) is unknown color: approx Turquoise Blue. HEX triplet: 69, EF and E0. RGB value is (105,239,224). Sum of RGB (Red+Green+Blue) = 105+239+224=568 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.49% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #69EFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EFE0 is #96101F. Grayscale: #C5C5C5. Windows color (decimal): -9834528 or 14741353. OLE color: 14741353.

HSL color Cylindrical-coordinate representation of color #69EFE0: hue angle of 173.28º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EFE0 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB105239224-
CMYK0.5600.060.06
HSL173.28º80.72%67.45%-
HSV(B)173.28º56.07%93.73%-
XYZ50.1570.1281.41-
YUV197.22143.1162.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.49%
GREEN value IS 239 (93.75% from 255) = 42.08%
BLUE value IS 224 (87.89% from 255) = 39.44%
R=18.49%
G=42.08%
B=39.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1052392240.5600.060.06173.2880.7267.45
Hex69EFE038066ad5143
Octal15135734070066255121103
Binary1101001111011111110000011100001101101010110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,239,224); }

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

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

 a { background-color: rgb(105,239,224); }

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

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

 span { border-color: rgb(105,239,224); }

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