#69CFF2

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

Shades of Turquoise Blue #69CFF2

Tints of Turquoise Blue #69CFF2

Color information

#69CFF2 (or 0x69CFF2) is unknown color: approx Turquoise Blue. HEX triplet: 69, CF and F2. RGB value is (105,207,242). Sum of RGB (Red+Green+Blue) = 105+207+242=554 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.95% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #69CFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CFF2 is #96300D. Grayscale: #B4B4B4. Windows color (decimal): -9842702 or 15912809. OLE color: 15912809.

HSL color Cylindrical-coordinate representation of color #69CFF2: hue angle of 195.33º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69CFF2 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105207242-
CMYK0.570.1400.05
HSL195.33º84.05%68.04%-
HSV(B)195.33º56.61%94.9%-
XYZ44.1754.0492.11-
YUV180.49162.7174.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.95%
GREEN value IS 207 (81.25% from 255) = 37.36%
BLUE value IS 242 (94.92% from 255) = 43.68%
R=18.95%
G=37.36%
B=43.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1052072420.570.1400.05195.3384.0568.04
Hex69CFF239E05c35444
Octal151317362711605303124104
Binary11010011100111111110010111001111001011100001110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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