#67E5EB

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

Shades of Turquoise Blue #67E5EB

Tints of Turquoise Blue #67E5EB

Color information

#67E5EB (or 0x67E5EB) is unknown color: approx Turquoise Blue. HEX triplet: 67, E5 and EB. RGB value is (103,229,235). Sum of RGB (Red+Green+Blue) = 103+229+235=567 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.17% from 567); Green value is 229 (89.84% from 255 or 40.39% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #67E5EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67E5EB is #981A14. Grayscale: #BFBFBF. Windows color (decimal): -9968149 or 15459687. OLE color: 15459687.

HSL color Cylindrical-coordinate representation of color #67E5EB: hue angle of 182.73º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67E5EB is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB103229235-
CMYK0.560.0300.08
HSL182.73º76.74%66.27%-
HSV(B)182.73º56.17%92.16%-
XYZ48.6164.9288.57-
YUV192.01152.2664.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.17%
GREEN value IS 229 (89.84% from 255) = 40.39%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=18.17%
G=40.39%
B=41.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1032292350.560.0300.08182.7376.7466.27
Hex67E5EB38308b74d42
Octal147345353703010267115102
Binary1100111111001011110101111100011010001011011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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