#69CFDA

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

Shades of Turquoise Blue #69CFDA

Tints of Turquoise Blue #69CFDA

Color information

#69CFDA (or 0x69CFDA) is unknown color: approx Turquoise Blue. HEX triplet: 69, CF and DA. RGB value is (105,207,218). Sum of RGB (Red+Green+Blue) = 105+207+218=530 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.81% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #69CFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CFDA is #963025. Grayscale: #B1B1B1. Windows color (decimal): -9842726 or 14339945. OLE color: 14339945.

HSL color Cylindrical-coordinate representation of color #69CFDA: hue angle of 185.84º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69CFDA is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105207218-
CMYK0.520.0500.15
HSL185.84º60.43%63.33%-
HSV(B)185.84º51.83%85.49%-
XYZ40.7952.6974.35-
YUV177.76150.7176.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.81%
GREEN value IS 207 (81.25% from 255) = 39.06%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=19.81%
G=39.06%
B=41.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052072180.520.0500.15185.8460.4363.33
Hex69CFDA3450Fba3c3f
Octal1513173326450172727477
Binary110100111001111110110101101001010111110111010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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