#67E4FF

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

Shades of Turquoise Blue #67E4FF

Tints of Turquoise Blue #67E4FF

Color information

#67E4FF (or 0x67E4FF) is unknown color: approx Turquoise Blue. HEX triplet: 67, E4 and FF. RGB value is (103,228,255). Sum of RGB (Red+Green+Blue) = 103+228+255=586 (77% of max value = 765). Red value is 103 (40.62% from 255 or 17.58% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #67E4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67E4FF is #981B00. Grayscale: #C1C1C1. Windows color (decimal): -9968385 or 16770151. OLE color: 16770151.

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

Color convert

RGB103228255-
CMYK0.600.1100
HSL190.66º100%70.2%-
HSV(B)190.66º59.61%100%-
XYZ51.3965.59104.56-
YUV193.7162.5963.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 17.58%
GREEN value IS 228 (89.45% from 255) = 38.91%
BLUE value IS 255 (100% from 255) = 43.52%
R=17.58%
G=38.91%
B=43.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1032282550.600.1100190.6610070.2
Hex67E4FF3CB00bf6446
Octal147344377741300277144106
Binary110011111100100111111111111001011001011111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67E4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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