#6FCFF0

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

Shades of Turquoise Blue #6FCFF0

Tints of Turquoise Blue #6FCFF0

Color information

#6FCFF0 (or 0x6FCFF0) is unknown color: approx Turquoise Blue. HEX triplet: 6F, CF and F0. RGB value is (111,207,240). Sum of RGB (Red+Green+Blue) = 111+207+240=558 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.89% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #6FCFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCFF0 is #90300F. Grayscale: #B5B5B5. Windows color (decimal): -9449488 or 15781743. OLE color: 15781743.

HSL color Cylindrical-coordinate representation of color #6FCFF0: hue angle of 195.35º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FCFF0 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB111207240-
CMYK0.540.1400.06
HSL195.35º81.13%68.82%-
HSV(B)195.35º53.75%94.12%-
XYZ44.654.390.57-
YUV182.06160.777.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.89%
GREEN value IS 207 (81.25% from 255) = 37.10%
BLUE value IS 240 (94.14% from 255) = 43.01%
R=19.89%
G=37.10%
B=43.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1112072400.540.1400.06195.3581.1368.82
Hex6FCFF036E06c35145
Octal157317360661606303121105
Binary11011111100111111110000110110111001101100001110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FCFF0; }

 p { color: rgb(111,207,240); }

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

<style>
 a { background-color: #6FCFF0; }

 a { background-color: rgb(111,207,240); }

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

<style>
 span { border-color: #6FCFF0; }

 span { border-color: rgb(111,207,240); }

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