#67EBF5

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

Shades of Turquoise Blue #67EBF5

Tints of Turquoise Blue #67EBF5

Color information

#67EBF5 (or 0x67EBF5) is unknown color: approx Turquoise Blue. HEX triplet: 67, EB and F5. RGB value is (103,235,245). Sum of RGB (Red+Green+Blue) = 103+235+245=583 (77% of max value = 765). Red value is 103 (40.62% from 255 or 17.67% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 245 (96.09% from 255 or 42.02% from 583); Max value from RGB is 245 - color contains mainly: blue. Hex color #67EBF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67EBF5 is #98140A. Grayscale: #C4C4C4. Windows color (decimal): -9966603 or 16116583. OLE color: 16116583.

HSL color Cylindrical-coordinate representation of color #67EBF5: hue angle of 184.23º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67EBF5 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB103235245-
CMYK0.580.0400.04
HSL184.23º87.65%68.24%-
HSV(B)184.23º57.96%96.08%-
XYZ51.7868.8996.95-
YUV196.67155.2761.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 17.67%
GREEN value IS 235 (92.19% from 255) = 40.31%
BLUE value IS 245 (96.09% from 255) = 42.02%
R=17.67%
G=40.31%
B=42.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1032352450.580.0400.04184.2387.6568.24
Hex67EBF53A404b85844
Octal14735336572404270130104
Binary1100111111010111111010111101010001001011100010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67EBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,235,245); }

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

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

 a { background-color: rgb(103,235,245); }

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

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

 span { border-color: rgb(103,235,245); }

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