#67DBF8

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

Shades of Turquoise Blue #67DBF8

Tints of Turquoise Blue #67DBF8

Color information

#67DBF8 (or 0x67DBF8) is unknown color: approx Turquoise Blue. HEX triplet: 67, DB and F8. RGB value is (103,219,248). Sum of RGB (Red+Green+Blue) = 103+219+248=570 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.07% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #67DBF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DBF8 is #982407. Grayscale: #BBBBBB. Windows color (decimal): -9970696 or 16309095. OLE color: 16309095.

HSL color Cylindrical-coordinate representation of color #67DBF8: hue angle of 192º degrees, saturation: 0.91, 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 #67DBF8 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB103219248-
CMYK0.580.1200.03
HSL192º91.19%68.82%-
HSV(B)192º58.47%97.25%-
XYZ47.8760.3297.93-
YUV187.62162.0767.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.07%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 248 (97.27% from 255) = 43.51%
R=18.07%
G=38.42%
B=43.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1032192480.580.1200.0319291.1968.82
Hex67DBF83AC03c05b45
Octal147333370721403300133105
Binary1100111110110111111100011101011000111100000010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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