#69CFE1

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

Shades of Turquoise Blue #69CFE1

Tints of Turquoise Blue #69CFE1

Color information

#69CFE1 (or 0x69CFE1) is unknown color: approx Turquoise Blue. HEX triplet: 69, CF and E1. RGB value is (105,207,225). Sum of RGB (Red+Green+Blue) = 105+207+225=537 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.55% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #69CFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CFE1 is #96301E. Grayscale: #B2B2B2. Windows color (decimal): -9842719 or 14798697. OLE color: 14798697.

HSL color Cylindrical-coordinate representation of color #69CFE1: hue angle of 189º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69CFE1 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB105207225-
CMYK0.530.0800.12
HSL189º66.67%64.71%-
HSV(B)189º53.33%88.24%-
XYZ41.7353.0779.28-
YUV178.55154.2175.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.55%
GREEN value IS 207 (81.25% from 255) = 38.55%
BLUE value IS 225 (88.28% from 255) = 41.90%
R=19.55%
G=38.55%
B=41.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052072250.530.0800.1218966.6764.71
Hex69CFE13580Cbd4341
Octal1513173416510014275103101
Binary110100111001111111000011101011000011001011110110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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