#69CFF4

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

Shades of Turquoise Blue #69CFF4

Tints of Turquoise Blue #69CFF4

Color information

#69CFF4 (or 0x69CFF4) is unknown color: approx Turquoise Blue. HEX triplet: 69, CF and F4. RGB value is (105,207,244). Sum of RGB (Red+Green+Blue) = 105+207+244=556 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.88% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 244 (95.70% from 255 or 43.88% from 556); Max value from RGB is 244 - color contains mainly: blue. Hex color #69CFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CFF4 is #96300B. Grayscale: #B4B4B4. Windows color (decimal): -9842700 or 16043881. OLE color: 16043881.

HSL color Cylindrical-coordinate representation of color #69CFF4: hue angle of 195.97º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69CFF4 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB105207244-
CMYK0.570.1500.04
HSL195.97º86.34%68.43%-
HSV(B)195.97º56.97%95.69%-
XYZ44.4754.1693.7-
YUV180.72163.7173.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.88%
GREEN value IS 207 (81.25% from 255) = 37.23%
BLUE value IS 244 (95.70% from 255) = 43.88%
R=18.88%
G=37.23%
B=43.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1052072440.570.1500.04195.9786.3468.43
Hex69CFF439F04c45644
Octal151317364711704304126104
Binary11010011100111111110100111001111101001100010010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,207,244); }

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

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

 a { background-color: rgb(105,207,244); }

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

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

 span { border-color: rgb(105,207,244); }

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