#67DEF5

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

Shades of Turquoise Blue #67DEF5

Tints of Turquoise Blue #67DEF5

Color information

#67DEF5 (or 0x67DEF5) is unknown color: approx Turquoise Blue. HEX triplet: 67, DE and F5. RGB value is (103,222,245). Sum of RGB (Red+Green+Blue) = 103+222+245=570 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.07% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #67DEF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DEF5 is #98210A. Grayscale: #BCBCBC. Windows color (decimal): -9969931 or 16113255. OLE color: 16113255.

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

Color convert

RGB103222245-
CMYK0.580.0900.04
HSL189.72º87.65%68.24%-
HSV(B)189.72º57.96%96.08%-
XYZ48.261.7295.76-
YUV189.04159.5866.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.07%
GREEN value IS 222 (87.11% from 255) = 38.95%
BLUE value IS 245 (96.09% from 255) = 42.98%
R=18.07%
G=38.95%
B=42.98%

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
Decimal1032222450.580.0900.04189.7287.6568.24
Hex67DEF53A904be5844
Octal147336365721104276130104
Binary11001111101111011110101111010100101001011111010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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