#67E0F0

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

Shades of Turquoise Blue #67E0F0

Tints of Turquoise Blue #67E0F0

Color information

#67E0F0 (or 0x67E0F0) is unknown color: approx Turquoise Blue. HEX triplet: 67, E0 and F0. RGB value is (103,224,240). Sum of RGB (Red+Green+Blue) = 103+224+240=567 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.17% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #67E0F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67E0F0 is #981F0F. Grayscale: #BDBDBD. Windows color (decimal): -9969424 or 15786087. OLE color: 15786087.

HSL color Cylindrical-coordinate representation of color #67E0F0: hue angle of 187.01º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67E0F0 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB103224240-
CMYK0.570.0700.06
HSL187.01º82.04%67.25%-
HSV(B)187.01º57.08%94.12%-
XYZ47.9862.4991.97-
YUV189.64156.4166.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.17%
GREEN value IS 224 (87.89% from 255) = 39.51%
BLUE value IS 240 (94.14% from 255) = 42.33%
R=18.17%
G=39.51%
B=42.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1032242400.570.0700.06187.0182.0467.25
Hex67E0F039706bb5243
Octal14734036071706273122103
Binary1100111111000001111000011100111101101011101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67E0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,224,240); }

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

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

 a { background-color: rgb(103,224,240); }

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

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

 span { border-color: rgb(103,224,240); }

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