#67E3FF

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

Shades of Turquoise Blue #67E3FF

Tints of Turquoise Blue #67E3FF

Color information

#67E3FF (or 0x67E3FF) is unknown color: approx Turquoise Blue. HEX triplet: 67, E3 and FF. RGB value is (103,227,255). Sum of RGB (Red+Green+Blue) = 103+227+255=585 (77% of max value = 765). Red value is 103 (40.62% from 255 or 17.61% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #67E3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67E3FF is #981C00. Grayscale: #C0C0C0. Windows color (decimal): -9968641 or 16769895. OLE color: 16769895.

HSL color Cylindrical-coordinate representation of color #67E3FF: hue angle of 191.05º 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 #67E3FF is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB103227255-
CMYK0.600.1100
HSL191.05º100%70.2%-
HSV(B)191.05º59.61%100%-
XYZ51.1165.04104.47-
YUV193.12162.9263.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 17.61%
GREEN value IS 227 (89.06% from 255) = 38.80%
BLUE value IS 255 (100% from 255) = 43.59%
R=17.61%
G=38.80%
B=43.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1032272550.600.1100191.0510070.2
Hex67E3FF3CB00bf6446
Octal147343377741300277144106
Binary110011111100011111111111111001011001011111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67E3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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