#67E1FF

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

Shades of Turquoise Blue #67E1FF

Tints of Turquoise Blue #67E1FF

Color information

#67E1FF (or 0x67E1FF) is unknown color: approx Turquoise Blue. HEX triplet: 67, E1 and FF. RGB value is (103,225,255). Sum of RGB (Red+Green+Blue) = 103+225+255=583 (77% of max value = 765). Red value is 103 (40.62% from 255 or 17.67% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #67E1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67E1FF is #981E00. Grayscale: #BFBFBF. Windows color (decimal): -9969153 or 16769383. OLE color: 16769383.

HSL color Cylindrical-coordinate representation of color #67E1FF: hue angle of 191.84º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67E1FF is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB103225255-
CMYK0.600.1200
HSL191.84º100%70.2%-
HSV(B)191.84º59.61%100%-
XYZ50.5763.95104.29-
YUV191.94163.5864.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 17.67%
GREEN value IS 225 (88.28% from 255) = 38.59%
BLUE value IS 255 (100% from 255) = 43.74%
R=17.67%
G=38.59%
B=43.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1032252550.600.1200191.8410070.2
Hex67E1FF3CC00c06446
Octal147341377741400300144106
Binary110011111100001111111111111001100001100000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67E1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,225,255); }

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

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

 a { background-color: rgb(103,225,255); }

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

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

 span { border-color: rgb(103,225,255); }

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