#67DBF7

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

Shades of Turquoise Blue #67DBF7

Tints of Turquoise Blue #67DBF7

Color information

#67DBF7 (or 0x67DBF7) is unknown color: approx Turquoise Blue. HEX triplet: 67, DB and F7. RGB value is (103,219,247). Sum of RGB (Red+Green+Blue) = 103+219+247=569 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.10% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 247 (96.88% from 255 or 43.41% from 569); Max value from RGB is 247 - color contains mainly: blue. Hex color #67DBF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DBF7 is #982408. Grayscale: #BBBBBB. Windows color (decimal): -9970697 or 16243559. OLE color: 16243559.

HSL color Cylindrical-coordinate representation of color #67DBF7: hue angle of 191.67º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67DBF7 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB103219247-
CMYK0.580.1100.03
HSL191.67º90%68.63%-
HSV(B)191.67º58.3%96.86%-
XYZ47.7160.2697.11-
YUV187.51161.5767.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.10%
GREEN value IS 219 (85.94% from 255) = 38.49%
BLUE value IS 247 (96.88% from 255) = 43.41%
R=18.10%
G=38.49%
B=43.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1032192470.580.1100.03191.679068.63
Hex67DBF73AB03c05a45
Octal147333367721303300132105
Binary1100111110110111111011111101010110111100000010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,219,247); }

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

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

 a { background-color: rgb(103,219,247); }

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

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

 span { border-color: rgb(103,219,247); }

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