#67E6FD

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

Shades of Turquoise Blue #67E6FD

Tints of Turquoise Blue #67E6FD

Color information

#67E6FD (or 0x67E6FD) is unknown color: approx Turquoise Blue. HEX triplet: 67, E6 and FD. RGB value is (103,230,253). Sum of RGB (Red+Green+Blue) = 103+230+253=586 (77% of max value = 765). Red value is 103 (40.62% from 255 or 17.58% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #67E6FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67E6FD is #981902. Grayscale: #C2C2C2. Windows color (decimal): -9967875 or 16639591. OLE color: 16639591.

HSL color Cylindrical-coordinate representation of color #67E6FD: hue angle of 189.2º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67E6FD is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB103230253-
CMYK0.590.0900.01
HSL189.2º97.4%69.8%-
HSV(B)189.2º59.29%99.22%-
XYZ51.6266.57103.06-
YUV194.65160.9262.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 17.58%
GREEN value IS 230 (90.23% from 255) = 39.25%
BLUE value IS 253 (99.22% from 255) = 43.17%
R=17.58%
G=39.25%
B=43.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1032302530.590.0900.01189.297.469.8
Hex67E6FD3B901bd6146
Octal147346375731101275141106
Binary110011111100110111111011110111001011011110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67E6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67E6FD; }

 p { color: rgb(103,230,253); }

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

<style>
 a { background-color: #67E6FD; }

 a { background-color: rgb(103,230,253); }

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

<style>
 span { border-color: #67E6FD; }

 span { border-color: rgb(103,230,253); }

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