#67DFF5

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

Shades of Turquoise Blue #67DFF5

Tints of Turquoise Blue #67DFF5

Color information

#67DFF5 (or 0x67DFF5) is unknown color: approx Turquoise Blue. HEX triplet: 67, DF and F5. RGB value is (103,223,245). Sum of RGB (Red+Green+Blue) = 103+223+245=571 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.04% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 245 - color contains mainly: blue. Hex color #67DFF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DFF5 is #98200A. Grayscale: #BDBDBD. Windows color (decimal): -9969675 or 16113511. OLE color: 16113511.

HSL color Cylindrical-coordinate representation of color #67DFF5: hue angle of 189.3º 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 #67DFF5 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB103223245-
CMYK0.580.0900.04
HSL189.3º87.65%68.24%-
HSV(B)189.3º57.96%96.08%-
XYZ48.4662.2595.85-
YUV189.63159.2466.21-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.04%
GREEN value IS 223 (87.5% from 255) = 39.05%
BLUE value IS 245 (96.09% from 255) = 42.91%
R=18.04%
G=39.05%
B=42.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1032232450.580.0900.04189.387.6568.24
Hex67DFF53A904bd5844
Octal147337365721104275130104
Binary11001111101111111110101111010100101001011110110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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